Skip to content

Commit

Permalink
🚨 Fix isort lint
Browse files Browse the repository at this point in the history
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
  • Loading branch information
amommendes committed Nov 15, 2021
1 parent d903906 commit fc4bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/on_demand_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
OnDemandFeatureView as OnDemandFeatureViewProto,
)
from feast.protos.feast.core.OnDemandFeatureView_pb2 import (
OnDemandFeatureViewSpec,
OnDemandFeatureViewMeta,
OnDemandFeatureViewSpec,
OnDemandInput,
)
from feast.protos.feast.core.OnDemandFeatureView_pb2 import (
Expand Down

0 comments on commit fc4bcab

Please sign in to comment.