mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
fix linting
This commit is contained in:
committed by
Jair Henrique
parent
db1e9e7180
commit
85ae012d9c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user