Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#927 Redis clustering, fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 25, 2023
1 parent 027d394 commit a28986a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/common/healthcheck/healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from django.conf import settings
from django_redis import get_redis_connection
from health_check.backends import BaseHealthCheckBackend, logger
from health_check.contrib.redis.backends import RedisHealthCheck
from health_check.exceptions import ServiceReturnedUnexpectedResult, ServiceUnavailable
from pydash import get
from redis import exceptions
Expand Down

0 comments on commit a28986a

Please sign in to comment.