Skip to content

Commit 5f49e05

Browse files
authored
Fixing asyncio import (#2759)
* asyncio import fix * pinning urllib3 to fix CI (#2748) * noqa * fixint linters
1 parent 326f351 commit 5f49e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import sys
22

3+
from redis import asyncio # noqa
34
from redis.backoff import default_backoff
45
from redis.client import Redis, StrictRedis
56
from redis.cluster import RedisCluster

0 commit comments

Comments
 (0)