Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Remove default value for error map
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Nov 28, 2023
1 parent e76791a commit f3d3719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiota_http/httpx_request_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ async def send_collection_async(
self,
request_info: RequestInformation,
parsable_factory: ParsableFactory,
error_map: Dict[str, ParsableFactory] = {},
error_map: Dict[str, ParsableFactory],
) -> Optional[List[ModelType]]:
"""Excutes the HTTP request specified by the given RequestInformation and returns the
deserialized response model collection.
Expand Down

0 comments on commit f3d3719

Please sign in to comment.