Skip to content

Commit df2ab2f

Browse files
Update arango/collection.py
Co-authored-by: Alex Petenchea <[email protected]>
1 parent 1149f01 commit df2ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def find(
756756
skip: Optional[int] = None,
757757
limit: Optional[int] = None,
758758
allow_dirty_read: bool = False,
759-
sort: Jsons = [],
759+
sort: Optional[Jsons] = None,
760760
) -> Result[Cursor]:
761761
"""Return all documents that match the given filters.
762762

0 commit comments

Comments
 (0)