Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading