You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the project works by either importing specific classes or importing a module as alias and then using alias.MyClass.
However, this does not seem to be standardized in the repo as both approaches are used.
Would it be possible to standardize this by using direct class imports and not importing modules?
Note that this would require to change __init__.py files and other modules.
The text was updated successfully, but these errors were encountered:
Currently the project works by either importing specific classes or importing a module as
alias
and then usingalias.MyClass
.However, this does not seem to be standardized in the repo as both approaches are used.
Would it be possible to standardize this by using direct class imports and not importing modules?
Note that this would require to change
__init__.py
files and other modules.The text was updated successfully, but these errors were encountered: