Skip to content

Commit 4547ece

Browse files
authored
Reorder import statements in utils.py
1 parent 58af10f commit 4547ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, TYPE_CHECKING
1+
from typing import TYPE_CHECKING, Any
22

33
if TYPE_CHECKING:
44
from redis.asyncio.client import Pipeline, Redis

0 commit comments

Comments
 (0)