Skip to content

Commit d0aa869

Browse files
committed
Fix linter issue.
1 parent 471a002 commit d0aa869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_cursor(self, count=False, limit=None, skip=None):
127127
"""
128128
if self.query.low_mark == self.query.high_mark:
129129
return []
130-
130+
131131
pipeline = self.get_pipeline()
132132
return self.collection.aggregate(pipeline)
133133

0 commit comments

Comments
 (0)