--- 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.