From 029918ef4bf0f17b3da3ed4f102b03e3711d8dce Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Sun, 12 Jan 2025 15:33:59 +0200 Subject: [PATCH] The method does not raise CursorStateError --- arango/cursor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/arango/cursor.py b/arango/cursor.py index 40fc59f..7c9fabe 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