Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Jan 3, 2023
1 parent 367f5a9 commit e00a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import redis
from redis.backoff import NoBackoff
from redis.connection import Connection, PythonParser, HiredisParser
from redis.connection import Connection, HiredisParser, PythonParser
from redis.exceptions import ConnectionError, InvalidResponse, TimeoutError
from redis.retry import Retry
from redis.utils import HIREDIS_AVAILABLE
Expand Down

0 comments on commit e00a2d5

Please sign in to comment.