Skip to content

Commit

Permalink
fix(python): use async Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
klaemo committed May 3, 2024
1 parent bc71850 commit af145ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/bullmq/redis_connection.py
Original file line number Diff line number Diff line change
@@ -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 af145ec

Please sign in to comment.