Skip to content

Commit 7988a1a

Browse files
committed
minor: Remove unnecessary comment
1 parent 3e06d31 commit 7988a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_query(cls, model, info, **args):
135135
if before is not None:
136136
_before = int(from_global_id(before)[-1])
137137
objs = objs[:_before]
138-
# Not sure if this is in the correct place yet
138+
139139
list_length = objs.count()
140140

141141
if first is not None:

0 commit comments

Comments
 (0)