Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-reiss committed Aug 15, 2024
1 parent 90f1981 commit dcfb8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class _FetchObjectsByIDsGenerateAsync(
return_references: Optional[ReturnReferences[TReferences]] = None
) -> GenerativeReturnType[Properties, References, TProperties, TReferences]: ...

class _FetchObjectsGenerate(Generic[Properties, References], _Base[Properties, References]):
class _FetchObjectsByIDsGenerate(Generic[Properties, References], _Base[Properties, References]):
@overload
def fetch_objects_by_ids(
self,
Expand Down

0 comments on commit dcfb8b2

Please sign in to comment.