mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
aiohttp: Fix code linting
This commit is contained in:
committed by
Kevin McCarthy
parent
9817a8bda5
commit
5242e68cd1
@@ -76,7 +76,7 @@ def build_response(vcr_request, vcr_response, history):
|
||||
try:
|
||||
response.cookies.load(hdr)
|
||||
except CookieError as exc:
|
||||
log.warning('Can not load response cookies: %s', exc)
|
||||
log.warning("Can not load response cookies: %s", exc)
|
||||
|
||||
response.close()
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user