diff -r f7cb83647621 -r 72721823d453 eric6/DebugClients/Python/DebugUtilities.py --- a/eric6/DebugClients/Python/DebugUtilities.py Sun May 31 17:26:46 2020 +0200 +++ b/eric6/DebugClients/Python/DebugUtilities.py Sat Jul 04 11:45:34 2020 +0200 @@ -144,6 +144,3 @@ "params": params, } return json.dumps(commandDict) + '\n' - -# -# eflag: noqa = M702