Open shimwell opened 2 years ago
This is reducing the flake 8 warnings
perhaps ___all__ = [import import] could be used
___all__ = [import import]
as described here
https://stackoverflow.com/questions/31079047/python-pep8-class-in-init-imported-but-not-used
Also on the imports topic, I tried to run the isort package on the imports and this resulted in circular dependencies :-(
isort
This is reducing the flake 8 warnings
perhaps
___all__ = [import import]
could be usedas described here
https://stackoverflow.com/questions/31079047/python-pep8-class-in-init-imported-but-not-used