Skip to content

Commit ac02038

Browse files
committed
Edits.
1 parent 428eef6 commit ac02038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_mongodb/compiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def get_combinator_queries(self):
465465
_, exprs = zip(*columns, strict=True)
466466
columns = tuple(zip(main_query_fields, exprs, strict=True))
467467
parts.append((compiler_.build_query(columns), compiler_.collection_name))
468-
469468
except EmptyResultSet:
470469
# Omit the empty queryset with UNION.
471470
if self.query.combinator == "union":

0 commit comments

Comments
 (0)