From 3e34d49bb67ed6837865a84f6da9b1e22e34f1e7 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Mon, 11 Oct 2021 19:56:29 +0800 Subject: [PATCH] [skip ci] Comment out unused code (#9679) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_ping.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/python_client/testcases/test_ping.py b/tests/python_client/testcases/test_ping.py index 80cb238a84..51284e4562 100644 --- a/tests/python_client/testcases/test_ping.py +++ b/tests/python_client/testcases/test_ping.py @@ -1,7 +1,7 @@ -import logging -import pytest - -__version__ = '0.11.1' +# import logging +# import pytest +# +# __version__ = '0.11.1' # class TestPing: