src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 10004
983477114d3c
parent 10065
de4ae767b0e3
child 10349
df7edc29cbfb
--- a/src/eric7/Debugger/DebuggerInterfacePython.py	Tue May 02 10:20:23 2023 +0200
+++ b/src/eric7/Debugger/DebuggerInterfacePython.py	Sat May 27 19:02:58 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