Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 committed Jul 8, 2021
1 parent 4931be1 commit 250171f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/vcrpy/vcr/stubs/aiohttp_stubs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def build_response(vcr_request, vcr_response, history):
response._headers = CIMultiDictProxy(CIMultiDict(vcr_response["headers"]))
response._history = tuple(history)

# response.close()
return response


Expand Down

0 comments on commit 250171f

Please sign in to comment.