Skip to content

Commit 36131e4

Browse files
committed
Codestyle fixes
1 parent 3499836 commit 36131e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redis/commands/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import warnings
66
from typing import (
77
TYPE_CHECKING,
8+
Any,
89
AsyncIterator,
910
Awaitable,
1011
Callable,
@@ -18,7 +19,7 @@
1819
Sequence,
1920
Set,
2021
Tuple,
21-
Union, Any,
22+
Union,
2223
)
2324

2425
from redis.exceptions import ConnectionError, DataError, NoScriptError, RedisError

0 commit comments

Comments
 (0)