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
I am not sure which is best practice, since the way that you're handling imports does make sense. However, I think for readability, it might make more sense to precisely specify imports.
For example, consider the __init__.py in pyroved.utils,
I am not sure which is best practice, since the way that you're handling imports does make sense. However, I think for readability, it might make more sense to precisely specify imports.
For example, consider the
__init__.py
inpyroved.utils
,It too me a minute to figure out where
set_deterministic_mode
was when readingtrvae.py
,In other words, I would modify the imports here to say
and remove the code in the
__init__.py
, for example. However, I'm happy to be convinced that your current way is better. What do you think?The text was updated successfully, but these errors were encountered: