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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user