Skip to content

Commit

Permalink
Fixed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesightler-redhat committed Jul 1, 2024
1 parent 81e2d06 commit 239e3d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kazoo/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 239e3d6

Please sign in to comment.