Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#927 Redis clustering, fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Aug 24, 2023
1 parent 13206db commit 8f896cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from kombu import Queue, Exchange
from redis.backoff import ExponentialBackoff
from redis.retry import Retry
from redis.exceptions import ConnectionError
from redis.exceptions import ConnectionError # pylint: disable=redefined-builtin

from core import __version__

Expand Down

0 comments on commit 8f896cc

Please sign in to comment.