-
Notifications
You must be signed in to change notification settings - Fork 744
Closed
Labels
Description
From #29 (comment).
Should we:
- use relative imports or always use absolute?
- allow multiple imports per line? (@c24t says no, @Oberon00 says yes)
- follow the google style guide and disallow importing classes and functions?
- add a linter like isort to check that imports are sorted alphabetically?