src/eric7/DebugClients/Python/ModuleLoader.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/DebugClients/Python/ModuleLoader.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/DebugClients/Python/ModuleLoader.py	Wed May 24 19:54:24 2023 +0200
@@ -100,7 +100,7 @@
 
         return module
 
-    def find_spec(self, fullname, path, target=None):
+    def find_spec(self, fullname, path, target=None):  # noqa: U100
         """
         Public method returning the module spec.
 

eric ide

mercurial