Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Dec 20, 2024
1 parent bd89ff8 commit fcfdcb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from unittest.mock import call, patch

import pytest
from redis.credentials import UsernamePasswordCredentialProvider

import redis
from redis import ConnectionPool, Redis
from redis._parsers import _HiredisParser, _RESP2Parser, _RESP3Parser
Expand All @@ -30,6 +28,7 @@
UnixDomainSocketConnection,
parse_url,
)
from redis.credentials import UsernamePasswordCredentialProvider
from redis.exceptions import ConnectionError, InvalidResponse, RedisError, TimeoutError
from redis.retry import Retry
from redis.utils import HIREDIS_AVAILABLE
Expand Down

0 comments on commit fcfdcb8

Please sign in to comment.