Skip to content

Commit

Permalink
Returned REGISTRY_KEYS for import, after was drop in recent merges
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis committed Sep 16, 2024
1 parent 8c75662 commit b6eb2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scvi/model/base/_archesmixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from mudata import MuData
from scipy.sparse import csr_matrix

from scvi import settings
from scvi import REGISTRY_KEYS, settings
from scvi._types import AnnOrMuData
from scvi.data import _constants
from scvi.data._constants import _MODEL_NAME_KEY, _SETUP_ARGS_KEY, _SETUP_METHOD_NAME
Expand Down

0 comments on commit b6eb2f1

Please sign in to comment.