Skip to content

Commit

Permalink
Merge pull request #963 from YosefLab/external
Browse files Browse the repository at this point in the history
import external
  • Loading branch information
adamgayoso authored Mar 2, 2021
2 parents 4e622e3 + e29a3af commit d659995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scvi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ._settings import settings

# this import needs to come after prior imports to prevent circular import
from . import data, model
from . import data, model, external

# https://github.com/python-poetry/poetry/pull/2366#issuecomment-652418094
# https://github.com/python-poetry/poetry/issues/144#issuecomment-623927302
Expand All @@ -21,4 +21,4 @@
settings.verbosity = logging.INFO
test_var = "test"

__all__ = ["settings", "_CONSTANTS", "data", "model"]
__all__ = ["settings", "_CONSTANTS", "data", "model", "external"]

0 comments on commit d659995

Please sign in to comment.