We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a109d2d commit 6ee1dd1Copy full SHA for 6ee1dd1
2 files changed
silk/middleware.py
@@ -2,7 +2,7 @@
2
import random
3
4
from django.conf import settings
5
-from django.db import DatabaseError, transaction, router
+from django.db import DatabaseError, router, transaction
6
from django.db.models.sql.compiler import SQLCompiler
7
from django.urls import NoReverseMatch, reverse
8
from django.utils import timezone
silk/models.py
@@ -8,7 +8,7 @@
9
from django.core.files.storage import storages
10
from django.core.files.storage.handler import InvalidStorageError
11
-from django.db import models, transaction, router
+from django.db import models, router, transaction
12
from django.db.models import (
13
BooleanField,
14
CharField,
0 commit comments