Skip to content

Commit 4c0aad1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bef2e45 commit 4c0aad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

silk/models.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
import sqlparse
88
from django.conf import settings
9+
from django.core.files.storage import storages
10+
from django.core.files.storage.handler import InvalidStorageError
911
from django.db import models, transaction
1012
from django.db.models import (
1113
BooleanField,
@@ -26,8 +28,6 @@
2628
from silk.config import SilkyConfig
2729
from silk.utils.profile_parser import parse_profile
2830

29-
from django.core.files.storage import storages
30-
from django.core.files.storage.handler import InvalidStorageError
3131
try:
3232
silk_storage = storages['SILKY_STORAGE']
3333
except InvalidStorageError:

0 commit comments

Comments
 (0)