src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9972
68ac01294544
child 10079
0222a480e93d
child 10289
490388ca210c
diff -r 8c3207703dac -r de4ae767b0e3 src/eric7/Debugger/DebuggerInterfacePython.py
--- a/src/eric7/Debugger/DebuggerInterfacePython.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/Debugger/DebuggerInterfacePython.py	Wed May 24 19:54:24 2023 +0200
@@ -79,7 +79,7 @@
         # attribute to remember the name of the executed script
         self.__scriptName = ""
 
-    def __identityTranslation(self, fn, remote2local=True):
+    def __identityTranslation(self, fn, remote2local=True):  # noqa: U100
         """
         Private method to perform the identity path translation.
 

eric ide

mercurial