Normalize relative imports
Open
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
The current ETS style guide says:
> For imports within a sub-package, explicit relative imports are encouraged. For imports outside of a package, use fully-qualified absolute imports. One should not use explicit relative imports to go up a level and over to another package.
At some point it would be worthwhile making sure that we are following this throughout.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.