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

more attempts to make the linters happy

This commit is contained in:
Parker Hancock
2023-12-08 13:15:14 -06:00
committed by Jair Henrique
parent f4467a8d6c
commit 5532c0b4cf
2 changed files with 0 additions and 3 deletions

View File

@@ -111,7 +111,6 @@ def _play_responses(cassette, request, vcr_request, client, kwargs):
return response
async def _async_vcr_send(cassette, real_send, *args, **kwargs):
vcr_request, response = _shared_vcr_send(cassette, real_send, *args, **kwargs)
if response: