Skip to content

Commit

Permalink
fix isort lint
Browse files Browse the repository at this point in the history
Signed-off-by: cmuhao <[email protected]>
  • Loading branch information
HaoXuAI committed Jul 18, 2024
1 parent 374b4c2 commit 4c7f798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from datetime import datetime, timedelta

from feast import (
Entity, Field, FeatureView, FileSource, KafkaSource, ValueType,
Entity, FeatureView, Field, FileSource, KafkaSource, ValueType,
)
from feast.data_format import AvroFormat
from feast.types import Float32, Int64
Expand Down

0 comments on commit 4c7f798

Please sign in to comment.