--- a/eric6/DebugClients/Python/DebugClientCapabilities.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/DebugClients/Python/DebugClientCapabilities.py Sat Jun 27 12:08:12 2020 +0200 @@ -17,6 +17,3 @@ HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage | HasCompleter | HasUnittest | HasShell) - -# -# eflag: noqa = M702