From dce3006bbc3c0eecffdb5aabb796184589135fb6 Mon Sep 17 00:00:00 2001 From: Shuchu Han Date: Wed, 29 May 2024 22:23:09 -0400 Subject: [PATCH] fix: Remove self assignment code line. Signed-off-by: Shuchu Han --- sdk/python/tests/utils/e2e_test_validation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/python/tests/utils/e2e_test_validation.py b/sdk/python/tests/utils/e2e_test_validation.py index 985c1661d5..885798db10 100644 --- a/sdk/python/tests/utils/e2e_test_validation.py +++ b/sdk/python/tests/utils/e2e_test_validation.py @@ -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"),