Skip to content

Commit

Permalink
feat(ingestion): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
margaridafernandes-trip committed Nov 8, 2024
1 parent f21d1a0 commit c066e6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions metadata-ingestion/src/datahub/ingestion/source/feast.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
)
from datahub.ingestion.api.source import Source, SourceReport
from datahub.ingestion.api.workunit import MetadataWorkUnit

from datahub.metadata.com.linkedin.pegasus2avro.common import MLFeatureDataType
from datahub.metadata.com.linkedin.pegasus2avro.metadata.snapshot import (
MLFeatureSnapshot,
Expand All @@ -47,11 +46,11 @@
MLFeaturePropertiesClass,
MLFeatureTablePropertiesClass,
MLPrimaryKeyPropertiesClass,
StatusClass,
TagAssociationClass,
OwnerClass,
OwnershipClass,
OwnershipTypeClass,
StatusClass,
TagAssociationClass,
)

# FIXME: ValueType module cannot be used as a type
Expand Down

0 comments on commit c066e6a

Please sign in to comment.