1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix linting

This commit is contained in:
Parker Hancock
2023-12-12 09:14:36 -06:00
committed by Jair Henrique
parent db1e9e7180
commit 85ae012d9c
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ def _to_serialized_response(httpx_response):
content = httpx_response.content.decode("utf-8")
except UnicodeDecodeError:
content = httpx_response.content
return {
"status_code": httpx_response.status_code,
"http_version": httpx_response.http_version,