Skip to content

Commit 57dd2c5

Browse files
committed
Reformat imports
1 parent 157e235 commit 57dd2c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

health_check/storage/backends.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import uuid
22

3-
import django
43
from django.core.files.base import ContentFile
54
from django.core.files.storage import default_storage
6-
75
from django.core.files.storage import InvalidStorageError, storages
6+
87
from health_check.backends import BaseHealthCheckBackend
98
from health_check.exceptions import ServiceUnavailable
109

0 commit comments

Comments
 (0)