Skip to content

Commit

Permalink
fix: align with main
Browse files Browse the repository at this point in the history
  • Loading branch information
dtria91 committed Jul 1, 2024
1 parent 5065a77 commit 7e9edda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/app/models/model_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from pydantic import BaseModel, ConfigDict, model_validator
from pydantic.alias_generators import to_camel

from app.db.dao.current_dataset_dao import CurrentDataset
from app.db.dao.model_dao import Model
from app.models.inferred_schema_dto import SupportedTypes
from app.models.utils import is_none, is_number, is_number_or_string, is_optional_float
from app.db.dao.reference_dataset_dao import ReferenceDataset
from app.db.dao.current_dataset_dao import CurrentDataset
from app.models.inferred_schema_dto import SupportedTypes
from app.models.job_status import JobStatus
from app.models.utils import is_none, is_number, is_number_or_string, is_optional_float


class ModelType(str, Enum):
Expand Down

0 comments on commit 7e9edda

Please sign in to comment.