Skip to content

Commit

Permalink
remove unnecssary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerhancock committed Dec 8, 2023
1 parent 64e4561 commit 4800441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr/stubs/httpx_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _to_serialized_response(httpx_response):
"status_code": httpx_response.status_code,
"http_version": httpx_response.http_version,
"headers": _transform_headers(httpx_response),
"content": httpx_response.content#.decode("utf-8", "ignore"),
"content": httpx_response.content,
}


Expand Down

0 comments on commit 4800441

Please sign in to comment.