fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://fusion-energy.github.io/paramak
MIT License
64 stars 20 forks source link

unused import in the __init__.py #134

Open shimwell opened 2 years ago

shimwell commented 2 years ago

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 commented 2 years ago

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