Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines with 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

Open
kmilo9999 opened this issue Jan 26, 2024 · 0 comments

Comments

@kmilo9999
Copy link
Collaborator

          Lines with `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.

There are many instances where imp is used in the package. Maybe for another issue?

Originally posted by @cpaniaguam in #51 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant