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

Fix format code

This commit is contained in:
Jair Henrique
2023-12-12 13:32:49 -03:00
parent 85ae012d9c
commit 88cf01aa14
2 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ def _transform_headers(httpx_response):
return out
def _to_serialized_response(httpx_response):
try:
content = httpx_response.content.decode("utf-8")