Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: tokoko <[email protected]>
  • Loading branch information
tokoko committed Feb 17, 2024
1 parent b3221fb commit 9b936f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
StreamFeatureView,
)
from feast.data_source import DataSource, RequestSource
from feast.on_demand_feature_view import OnDemandPandasTransformation
from feast.feature_view_projection import FeatureViewProjection
from feast.on_demand_feature_view import OnDemandPandasTransformation
from feast.types import Array, FeastType, Float32, Float64, Int32, Int64
from tests.integration.feature_repos.universal.entities import (
customer,
Expand Down

0 comments on commit 9b936f1

Please sign in to comment.