From a7ff90da433259e68b61fe3d89d02e208a687a58 Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Thu, 16 Jan 2025 13:32:43 +0200 Subject: [PATCH] The method does not raise CursorStateError (#357) --- 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