Skip to content

Commit

Permalink
Fix import order for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Oct 19, 2023
1 parent 66fd2d0 commit 9f9810a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions health_check/cache/backends.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from django.core.cache import CacheKeyWarning, caches
from django.conf import settings
from django.core.cache import CacheKeyWarning, caches

from health_check.backends import BaseHealthCheckBackend
from health_check.exceptions import ServiceReturnedUnexpectedResult, ServiceUnavailable


try:
# Exceptions thrown by Redis do not subclass builtin exceptions like ConnectionError.
# Additionally, not only connection errors (ConnectionError -> RedisError) can be raised,
Expand Down

0 comments on commit 9f9810a

Please sign in to comment.