Skip to content

Commit 9f08f3a

Browse files
committed
Refactor imports
1 parent bd33b3f commit 9f08f3a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

django_mongodb_backend/indexes.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
from django.core.checks import Error
55
from django.db import NotSupportedError
6-
from django.db.models import (
7-
DecimalField,
8-
FloatField,
9-
Index,
10-
)
6+
from django.db.models import DecimalField, FloatField, Index
117
from django.db.models.lookups import BuiltinLookup
128
from django.db.models.sql.query import Query
139
from django.db.models.sql.where import AND, XOR, WhereNode

0 commit comments

Comments
 (0)