Skip to content

Commit

Permalink
Commented out recursive module tree import to speed up initial load t…
Browse files Browse the repository at this point in the history
…imes
  • Loading branch information
timbernat committed Oct 15, 2024
1 parent 817d6bb commit e94ea0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polymerist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Add imports here
from ._version import __version__
from .genutils.importutils import register_submodules, module_by_pkg_str
# from .genutils.importutils import register_submodules, module_by_pkg_str

_MODULE_SELF = module_by_pkg_str(__package__) # keep reference to own module
register_submodules(_MODULE_SELF, recursive=True, blacklist=['analysis'])
# _MODULE_SELF = module_by_pkg_str(__package__) # keep reference to own module
# register_submodules(_MODULE_SELF, recursive=True, blacklist=['analysis'])

0 comments on commit e94ea0f

Please sign in to comment.