use of star imports
Open
- Dominant language
- HTML
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.