MetOffice / CATNIP

Climate Analysis Tool: Now In Python
Other
5 stars 2 forks source link

use of star imports #146

Open nhsavage opened 3 years ago

nhsavage commented 3 years ago

Various flake8 issues are created by the use of import *

# F403 import *' used; unable to detect undefined names
# F405 may be undefined, or defined from star imports
# F401 imported but unused

Need to think about fixing these