>>> from importlib import reload # Python 3.4+ only.
>>> import foo
# foo changed
>>> foo = reload(foo)