Skip to content

Commit 009205d

Browse files
author
Himanshu Singh
committed
fixing linter error
Signed-off-by: Himanshu Singh <himanshu.singh@walmart.com>
1 parent 47827f4 commit 009205d

2 files changed

Lines changed: 722 additions & 1 deletion

File tree

sdk/python/feast/infra/offline_stores/offline_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,4 +439,4 @@ def gather_all_entities(fv_query_contexts: List[FeatureViewQueryContext]):
439439
for e in ctx.entities:
440440
if e not in all_entities:
441441
all_entities.append(e)
442-
return all_entities
442+
return all_entities

0 commit comments

Comments
 (0)