Skip to content

Commit 9adf738

Browse files
committed
Merge remote-tracking branch 'origin/development' into development
2 parents 26fa51f + 807baf7 commit 9adf738

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

garlicsim/garlicsim/general_misc/module_tasting/module_tasting.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ def taste_module(address):
9090

9191
with TempImportHookSetter(mock_importer):
9292

93-
tasted_module = import_tools.import_by_path(path,
94-
name=name,
95-
keep_in_sys_modules=False)
96-
93+
tasted_module = import_tools.import_by_path(
94+
path,
95+
name=name,
96+
keep_in_sys_modules=False
97+
)
98+
9799
return tasted_module
98100

0 commit comments

Comments
 (0)