Skip to content

Commit 067237a

Browse files
WaVEVtimgraham
authored andcommitted
Fix linter issue.
1 parent d8d95dc commit 067237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/query_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.core.exceptions import FullResultSet
22
from django.db.models.aggregates import Aggregate
3-
from django.db.models.expressions import Expression, Value
3+
from django.db.models.expressions import Value
44

55

66
def is_direct_value(node):

0 commit comments

Comments
 (0)