remove get_imported_module

This commit is contained in:
debugtalk
2018-08-08 14:31:20 +08:00
parent 963c5e6318
commit 33120fb183
3 changed files with 5 additions and 18 deletions

View File

@@ -147,11 +147,6 @@ def deep_update_dict(origin_dict, override_dict):
return origin_dict
def get_imported_module(module_name):
""" import module and return imported module
"""
return importlib.import_module(module_name)
def get_imported_module_from_file(file_path):
""" import module from python file path and return imported module
"""