--- a/eric6/DebugClients/Python/eric6dbgstub.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/DebugClients/Python/eric6dbgstub.py Sat Jun 27 12:08:12 2020 +0200 @@ -85,6 +85,3 @@ if debugger: debugger.startDebugger(enableTrace=enableTrace, exceptions=exceptions, tracePython=tracePython, redirect=redirect) - -# -# eflag: noqa = M702