Remove code from __init__.py
files
#245
Labels
maintenance
Tasks revolving around repository maintenance
__init__.py
files
#245
As part of a preparation for adopting lazy imports and loading as described in #223, we should remove problematic code from
__init__.py
files that might otherwise break lazy loading and cause subpackages to be unexpectedly loaded when they are not actually used. Code in__init__.py
files that does not affect the rest of Perun's logic (i.e., does not propagate outside the specific subpackage) may be kept as is, if it turns out too difficult to refactor or remove.The text was updated successfully, but these errors were encountered: