Skip to content

Commit a2a67a0

Browse files
committed
Reformat
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 24f5ae7 commit a2a67a0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sdk/python/feast/repo_operations.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ def parse_repo(repo_root: Path) -> RepoContents:
138138
# Don't add if the push source's batch source is a duplicate of an existing batch source
139139
if push_source_dep not in data_sources_set:
140140
res.data_sources.append(push_source_dep)
141-
elif (
142-
isinstance(obj, StreamFeatureView)
143-
and not any((obj is sfv) for sfv in res.stream_feature_views)
141+
elif isinstance(obj, StreamFeatureView) and not any(
142+
(obj is sfv) for sfv in res.stream_feature_views
144143
):
145144
res.stream_feature_views.append(obj)
146145
if (

0 commit comments

Comments
 (0)