We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15ed5d commit bc89e25Copy full SHA for bc89e25
sdk/python/feast/templates/spark/example.py
@@ -2,9 +2,8 @@
2
# This is an example feature definition file #
3
# # # # # # # # # # # # # # # # # # # # # # # #
4
5
-from pathlib import Path
6
-
7
from datetime import timedelta
+from pathlib import Path
8
9
from feast import Entity, Feature, FeatureView, ValueType
10
from feast.infra.offline_stores.contrib.spark_offline_store.spark_source import (
0 commit comments