Check and fix your module and package imports in python files
importlint check test.py
importlint fix test.py
pip install importlint
- Audit file (Done)
- Correct file in place (Done)
- [c] Sort imports alphabetically
- [a] Check for use of * in imports
- [] Check for unused imports
- [] Check for no imports for used module
- [] Consolidate multiple similar imports into one line
- Make a setup.py
- Publish package!