I know that if you are importing a module by giving it a name, you reload using importlib thus:
# Import import example as eg # Reload import importlib impor