From 00ca6686f00aa353f37cdf373d02238c684f8170 Mon Sep 17 00:00:00 2001 From: Xuanqi He Date: Tue, 2 Jul 2024 12:49:16 -0400 Subject: [PATCH] Delete dupicate errorexception --- tests/integration-tests/conftest.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/integration-tests/conftest.py b/tests/integration-tests/conftest.py index fe15d4cbea..70e0154fb2 100644 --- a/tests/integration-tests/conftest.py +++ b/tests/integration-tests/conftest.py @@ -369,13 +369,6 @@ def _setup_custom_logger(log_file): class SharedClusterDetectionTimeoutError(Exception): """Custom exception for shared cluster detection timeout.""" - - pass - - -class SharedClusterDetectionTimeoutError(Exception): - """Custom exception for shared cluster detection timeout.""" - pass