Skip to content

Commit d1e84fc

Browse files
committed
fix linter
1 parent ed1c470 commit d1e84fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_mongodb_backend/compiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import itertools
2-
import pprint
32
from collections import defaultdict
43

5-
from bson import json_util, SON
4+
from bson import SON, json_util
65
from django.core.exceptions import EmptyResultSet, FieldError, FullResultSet
76
from django.db import IntegrityError, NotSupportedError
87
from django.db.models import Count

0 commit comments

Comments
 (0)