Skip to content

Commit 383e3cb

Browse files
committed
Remove unused offline store reference.
Signed-off-by: Dan Herrera <whoahbot@bytewax.io>
1 parent 4398618 commit 383e3cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def __init__(
2323
self.feature_store = FeatureStore(config=config)
2424

2525
self.feature_view = feature_view
26-
self.offline_store = feature_view.source
2726
self.paths = paths
2827

2928
self._run_dataflow()

0 commit comments

Comments
 (0)