Skip to content

Commit a7ff90d

Browse files
authored
The method does not raise CursorStateError (#357)
1 parent a14913a commit a7ff90d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arango/cursor.py

-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def close(self, ignore_missing: bool = False) -> Optional[bool]:
332332
smaller than the batch size).
333333
:rtype: bool | None
334334
:raise arango.exceptions.CursorCloseError: If operation fails.
335-
:raise arango.exceptions.CursorStateError: If cursor ID is not set.
336335
"""
337336
if self._id is None:
338337
return None

0 commit comments

Comments
 (0)