Skip to content

Commit 5c680d3

Browse files
committed
formatting
1 parent e11a483 commit 5c680d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

merlin/systems/dag/ops/feast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import numpy as np
55
from feast import FeatureStore, ValueType
6-
76
from feast.types import VALUE_TYPES_TO_FEAST_TYPES
7+
88
from merlin.dag import ColumnSelector
99
from merlin.schema import ColumnSchema, Schema
1010
from merlin.systems.dag.ops.operator import InferenceDataFrame, PipelineableInferenceOperator

tests/unit/systems/ops/feast/test_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
feast = pytest.importorskip("feast") # noqa
1212

1313
from feast import Entity, Field # noqa
14-
from feast.types import Int32, Float32, Array # noqa
1514
from feast.online_response import OnlineResponse # noqa
1615
from feast.protos.feast.serving import ServingService_pb2 # noqa
1716
from feast.protos.feast.types import Value_pb2 # noqa
17+
from feast.types import Array, Float32, Int32 # noqa
1818
from feast.value_type import ValueType # noqa
1919

2020
from merlin.systems.dag.ops.feast import QueryFeast # noqa

0 commit comments

Comments
 (0)