Skip to content

Commit 30de98e

Browse files
committed
Revert "RawCursor interator ok"
This reverts commit 2dabf37.
1 parent e80a242 commit 30de98e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyArango/query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import json
22

3-
from future.utils import implements_iterator
4-
53
from .document import Document, Edge
64
from .theExceptions import QueryError, AQLQueryError, SimpleQueryError, CreationError
75
from . import consts as CONST
86

97
__all__ = ["Query", "AQLQuery", "SimpleQuery", "Cursor", "RawCursor"]
108

11-
@implements_iterator
129
class RawCursor(object) :
1310
"a raw interface to cursors that returns json"
1411
def __init__(self, database, cursorId) :

0 commit comments

Comments
 (0)