Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent bef2e45 commit 4c0aad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import sqlparse
from django.conf import settings
from django.core.files.storage import storages
from django.core.files.storage.handler import InvalidStorageError
from django.db import models, transaction
from django.db.models import (
BooleanField,
Expand All @@ -26,8 +28,6 @@
from silk.config import SilkyConfig
from silk.utils.profile_parser import parse_profile

from django.core.files.storage import storages
from django.core.files.storage.handler import InvalidStorageError
try:
silk_storage = storages['SILKY_STORAGE']
except InvalidStorageError:
Expand Down

0 comments on commit 4c0aad1

Please sign in to comment.