From 270adafe53ff5b24c18c361a1aad650a5ffa5ad0 Mon Sep 17 00:00:00 2001 From: helifu Date: Mon, 12 Jun 2023 09:30:00 +0800 Subject: [PATCH] Fix a style check issue --- tests/integration/test_keeper_dynamic_log_level/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_keeper_dynamic_log_level/test.py b/tests/integration/test_keeper_dynamic_log_level/test.py index edf417c0de1..c5cbedce082 100644 --- a/tests/integration/test_keeper_dynamic_log_level/test.py +++ b/tests/integration/test_keeper_dynamic_log_level/test.py @@ -84,4 +84,3 @@ def test_adjust_log_level(start_cluster): ) >= 1 ) -