[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5a085ed4cd
commit
dda712c4ff
|
@ -634,8 +634,6 @@ def insert_missing_modules(modules: Dict[str, ModuleType], module_name: str) ->
|
|||
else:
|
||||
importlib.import_module(module_name)
|
||||
|
||||
|
||||
|
||||
module_parts.pop(-1)
|
||||
module_name = ".".join(module_parts)
|
||||
|
||||
|
|
Loading…
Reference in New Issue