Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Oct 21, 2024
1 parent 0a95815 commit bd68fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lamindb/_can_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
import lamindb_setup as ln_setup
import numpy as np
import pandas as pd
from django.core.exceptions import FieldDoesNotExist, ValidationError
from django.core.exceptions import FieldDoesNotExist
from lamin_utils import colors, logger
from lamindb_setup.core._docs import doc_args
from lnschema_core import CanValidate, Record

from lamindb._utils import attach_func_to_class_method
from lamindb.core.exceptions import ValidationError

from ._from_values import _has_organism_field, _print_values, get_or_create_records
from ._record import _queryset, get_name_field
Expand Down

0 comments on commit bd68fe6

Please sign in to comment.