imp.reload
and its corresponding import statements can be removed. imp
or its successor [importlib
](https://docs.python.org/3/library/importlib.html#:~:text=importlib.reload(module)) are modules people use during development, not for production code.
#84
There are many instances where
imp
is used in the package. Maybe for another issue?Originally posted by @cpaniaguam in #51 (comment)
The text was updated successfully, but these errors were encountered: