Skip to content

Commit

Permalink
fix(connection): use async Retry (#2555) [python]
Browse files Browse the repository at this point in the history
  • Loading branch information
klaemo committed May 9, 2024
1 parent bc71850 commit d6dd21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/bullmq/redis_connection.py
@@ -1,6 +1,6 @@
import redis.asyncio as redis
from redis.backoff import ExponentialBackoff
from redis.retry import Retry
from redis.asyncio.retry import Retry
from redis.exceptions import (
BusyLoadingError,
ConnectionError,
Expand Down

0 comments on commit d6dd21d

Please sign in to comment.