paramak icon indicating copy to clipboard operation
paramak copied to clipboard

unused import in the __init__.py

Open shimwell opened this issue 3 years ago • 1 comments

This is reducing the flake 8 warnings

perhaps ___all__ = [import import] could be used

as described here

https://stackoverflow.com/questions/31079047/python-pep8-class-in-init-imported-but-not-used

shimwell avatar Nov 19 '21 11:11 shimwell

Also on the imports topic, I tried to run the isort package on the imports and this resulted in circular dependencies :-(

shimwell avatar Nov 19 '21 11:11 shimwell