Skip to content

Commit

Permalink
🎨 Non-working attempt to fix this
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Oct 9, 2024
1 parent e308028 commit b16ed7f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lamindb/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
"""

from lamindb._curate import ( # isort: skip
AnnDataCurator,
BaseCurator,
CurateLookup,
DataFrameCurator,
MuDataCurator,
)

from lamin_utils._inspect import InspectResult
from lnschema_core.models import (
CanValidate,
Expand All @@ -76,13 +84,6 @@
TracksUpdates,
)

from lamindb._curate import (
AnnDataCurator,
BaseCurator,
CurateLookup,
DataFrameCurator,
MuDataCurator,
)
from lamindb._query_manager import QueryManager
from lamindb._query_set import QuerySet, RecordsList
from lamindb.core._feature_manager import FeatureManager, ParamManager
Expand Down

0 comments on commit b16ed7f

Please sign in to comment.