Skip to content

Commit

Permalink
fix: Remove self assignment code line. (#4238)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu committed May 31, 2024
1 parent f5a37c1 commit e514f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/tests/utils/e2e_test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def make_feature_store_yaml(
online_store: Optional[Union[str, Dict]],
):
offline_store_config = offline_creator.create_offline_store_config()
online_store = online_store

config = RepoConfig(
registry=str(Path(repo_dir_name) / "registry.db"),
Expand Down

0 comments on commit e514f66

Please sign in to comment.