Decide on whether to generally use import <x>
or from <x> import <y>
syntax
#361
Labels
question
Further information is requested
What is the Topic of Your Question
Other
Add Your Question Below
I generally like to be consistent. I have a preference for the
import <x>
so at a glance one can see where code comes from. But ultimately, it would be good to have a practice established that we stick to.This was raised in regard to
typing
#356 (comment), but was asking more generally too.The text was updated successfully, but these errors were encountered: