We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d9a4 commit 47702beCopy full SHA for 47702be
garlicsim/garlicsim/general_misc/module_tasting/module_tasting.py
@@ -90,9 +90,11 @@ def taste_module(address):
90
91
with TempImportHookSetter(mock_importer):
92
93
- tasted_module = import_tools.import_by_path(path,
94
- name=name,
95
- keep_in_sys_modules=False)
96
-
+ tasted_module = import_tools.import_by_path(
+ path,
+ name=name,
+ keep_in_sys_modules=False
97
+ )
98
+
99
return tasted_module
100
0 commit comments