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

Commit 682e39d

Browse files
committed
Fix code format
1 parent 3458770 commit 682e39d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kiota_http/httpx_request_adapter.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,10 @@ async def throw_failed_responses(
490490
exc = error
491491
else:
492492
exc = APIError(
493-
("The server returned an unexpected status code and the error registered"
494-
f" for this code failed to deserialize: {type(error)}"),
493+
(
494+
"The server returned an unexpected status code and the error registered"
495+
f" for this code failed to deserialize: {type(error)}"
496+
),
495497
response_status_code,
496498
response_headers,
497499
)

0 commit comments

Comments
 (0)