Skip to content

Commit

Permalink
Fixing asyncio import (#2759)
Browse files Browse the repository at this point in the history
* asyncio import fix

* pinning urllib3 to fix CI (#2748)

* noqa

* fixint linters
  • Loading branch information
chayim authored Jun 4, 2023
1 parent 326f351 commit 5f49e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys

from redis import asyncio # noqa
from redis.backoff import default_backoff
from redis.client import Redis, StrictRedis
from redis.cluster import RedisCluster
Expand Down

0 comments on commit 5f49e05

Please sign in to comment.