From 239e3d66a486ec30c6edb16862e93dd5083863e9 Mon Sep 17 00:00:00 2001 From: jessesightler-redhat Date: Mon, 1 Jul 2024 15:00:47 -0400 Subject: [PATCH] Fixed unused import --- kazoo/tests/test_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kazoo/tests/test_utils.py b/kazoo/tests/test_utils.py index 43644bee..4acccd6f 100644 --- a/kazoo/tests/test_utils.py +++ b/kazoo/tests/test_utils.py @@ -68,8 +68,7 @@ def test_ssl_server_check_hostname(self): assert ssl_context.check_hostname == True def test_ssl_server_check_hostname_config_validation(self): - from kazoo.handlers import utils - from kazoo.handlers.utils import create_tcp_connection, socket, ssl + from kazoo.handlers.utils import create_tcp_connection, socket with pytest.raises(ValueError): create_tcp_connection(