--- a/eric6/DebugClients/Python/DebugClientCapabilities.py Sun May 31 17:26:46 2020 +0200 +++ b/eric6/DebugClients/Python/DebugClientCapabilities.py Sat Jul 04 11:45:34 2020 +0200 @@ -17,6 +17,3 @@ HasAll = (HasDebugger | HasInterpreter | HasProfiler | HasCoverage | HasCompleter | HasUnittest | HasShell) - -# -# eflag: noqa = M702