--- a/eric6/DebugClients/Python/eric6dbgstub.py Sun May 31 17:26:46 2020 +0200 +++ b/eric6/DebugClients/Python/eric6dbgstub.py Sat Jul 04 11:45:34 2020 +0200 @@ -85,6 +85,3 @@ if debugger: debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, tracePython=tracePython, redirect=redirect) - -# -# eflag: noqa = M702