diff --git a/sdk/python/tests/integration/feature_repos/repo_configuration.py b/sdk/python/tests/integration/feature_repos/repo_configuration.py index c51585823f..dec275525a 100644 --- a/sdk/python/tests/integration/feature_repos/repo_configuration.py +++ b/sdk/python/tests/integration/feature_repos/repo_configuration.py @@ -106,8 +106,6 @@ def __repr__(self) -> str: module = importlib.import_module(full_repo_configs_module) FULL_REPO_CONFIGS = getattr(module, "FULL_REPO_CONFIGS") except Exception: - pass - finally: FULL_REPO_CONFIGS = DEFAULT_FULL_REPO_CONFIGS else: FULL_REPO_CONFIGS = DEFAULT_FULL_REPO_CONFIGS