diff --git a/arango/cursor.py b/arango/cursor.py index 40fc59fe..7c9fabe2 100644 --- a/arango/cursor.py +++ b/arango/cursor.py @@ -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