Skip to content

Commit

Permalink
minor: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abawchen committed May 7, 2018
1 parent 3e06d31 commit 7988a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_mongo/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_query(cls, model, info, **args):
if before is not None:
_before = int(from_global_id(before)[-1])
objs = objs[:_before]
# Not sure if this is in the correct place yet

list_length = objs.count()

if first is not None:
Expand Down

0 comments on commit 7988a1a

Please sign in to comment.