Skip to content

Commit

Permalink
The method does not raise CursorStateError
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Jan 12, 2025
1 parent a14913a commit 029918e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arango/cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def close(self, ignore_missing: bool = False) -> Optional[bool]:
smaller than the batch size).
:rtype: bool | None
:raise arango.exceptions.CursorCloseError: If operation fails.
:raise arango.exceptions.CursorStateError: If cursor ID is not set.
"""
if self._id is None:
return None
Expand Down

0 comments on commit 029918e

Please sign in to comment.