Skip to content

Commit bc89e25

Browse files
committed
Format
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent a15ed5d commit bc89e25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/feast/templates/spark/example.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# This is an example feature definition file #
33
# # # # # # # # # # # # # # # # # # # # # # # #
44

5-
from pathlib import Path
6-
75
from datetime import timedelta
6+
from pathlib import Path
87

98
from feast import Entity, Feature, FeatureView, ValueType
109
from feast.infra.offline_stores.contrib.spark_offline_store.spark_source import (

0 commit comments

Comments
 (0)