Skip to content

Commit 1f29a42

Browse files
committed
linters
1 parent 3a7e14d commit 1f29a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .core import AsyncCoreCommands, CoreCommands
33
from .helpers import list_or_args
44
from .parser import CommandsParser
5-
from .redismodules import RedisModuleCommands, AsyncRedisModuleCommands
5+
from .redismodules import AsyncRedisModuleCommands, RedisModuleCommands
66
from .sentinel import AsyncSentinelCommands, SentinelCommands
77

88
__all__ = [

0 commit comments

Comments
 (0)