-
-
Notifications
You must be signed in to change notification settings - Fork 10
Refactor imports to module scope #329
Copy link
Copy link
Open
Labels
area: internals 🎰bump: patch 🐁Fixes that should not change behavior (x.y.z)Fixes that should not change behavior (x.y.z)type: refactor 🔀Some code needs restructuringSome code needs restructuring
Metadata
Metadata
Assignees
Labels
area: internals 🎰bump: patch 🐁Fixes that should not change behavior (x.y.z)Fixes that should not change behavior (x.y.z)type: refactor 🔀Some code needs restructuringSome code needs restructuring
Pretty sure 2016 me thought it made a difference putting imports into the scope where they're used.
Believe all of these instances would be better off using idiomatic module-scope imports.