Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Apr 25, 2022
commit 5eeb0d46f5ad41ddb79d15f20a39d0186479f76f
3 changes: 1 addition & 2 deletions sdk/python/feast/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

from feast.feature import Feature
from feast.protos.feast.core.Feature_pb2 import FeatureSpecV2 as FieldProto
from feast.types import FeastType, from_value_type
from feast.types import FeastType, PrimitiveFeastType, from_value_type
from feast.value_type import ValueType
from feast.types import PrimitiveFeastType


class Field:
Expand Down