Skip to content

Commit e772907

Browse files
committed
Remove blank line.
1 parent a4a2e03 commit e772907

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
@@ -47,7 +47,6 @@ def results_iter(
4747
Return an iterator over the results from executing query given
4848
to this compiler. Called by QuerySet methods.
4949
"""
50-
5150
if results is None:
5251
# QuerySet.values() or values_list()
5352
results = self.execute_sql(MULTI, chunked_fetch=chunked_fetch, chunk_size=chunk_size)

0 commit comments

Comments
 (0)