Skip to content

Commit

Permalink
Update documents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuman authored and 07pepa committed Nov 21, 2024
1 parent 22e4acc commit b4244ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beanie/odm/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ async def delete(
def find_many_in_all( # type: ignore
cls: Type[FindType],
*args: Union[Mapping[str, Any], bool],
projection_model: None = None,
projection_model: Optional[Type["DocumentProjectionType"]] = None,
skip: Optional[int] = None,
limit: Optional[int] = None,
sort: Union[None, str, List[Tuple[str, SortDirection]]] = None,
Expand Down

0 comments on commit b4244ff

Please sign in to comment.