Skip to content

Commit 49aa989

Browse files
committed
Format imports.
Signed-off-by: Dan Herrera <whoahbot@bytewax.io>
1 parent a8d4ac4 commit 49aa989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_dataflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
import pyarrow as pa
44
import pyarrow.parquet as pq
55
import s3fs
6-
76
from bytewax.dataflow import Dataflow # type: ignore
87
from bytewax.execution import cluster_main
98
from bytewax.inputs import ManualInputConfig, distribute
109
from bytewax.outputs import ManualOutputConfig
11-
1210
from tqdm import tqdm
1311

1412
from feast import FeatureStore, FeatureView, RepoConfig

0 commit comments

Comments
 (0)