Skip to content

Commit e80a242

Browse files
committed
Revert "RawCursor interator ok"
This reverts commit 7787fd4.
1 parent 7787fd4 commit e80a242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyArango/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __next__(self) :
2525
raise CursorError(data["errorMessage"], self.id, data)
2626
return r.json()
2727

28-
@implements_iterator
2928
class Query(object) :
3029
"This class is abstract and should not be instanciated. All query classes derive from it"
3130

0 commit comments

Comments
 (0)