Skip to content

Commit

Permalink
Removed obsolote returning value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakezu authored and jakezu committed Jan 20, 2023
1 parent 7d8ef2d commit b5e47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munigeo/importer/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ def get_importers():
continue
full_path = "%s.%s" % (module_path, module)
importlib = __import__('importlib')
ret = importlib.import_module(full_path)
importlib.import_module(full_path)
return importers

0 comments on commit b5e47bb

Please sign in to comment.