Skip to content

Commit

Permalink
Update arango/collection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea authored Jan 31, 2025
1 parent 856743a commit bedc4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arango/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ def all(
:return: Document cursor.
:rtype: arango.cursor.Cursor
:raise arango.exceptions.DocumentGetError: If retrieval fails.
:raise arango.exceptions.SortValidationError: If sort parameters are invalid.
"""
assert is_none_or_int(skip), "skip must be a non-negative int"
assert is_none_or_int(limit), "limit must be a non-negative int"
Expand Down

0 comments on commit bedc4d4

Please # to comment.