1
0
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:
Paulo Romeira
2020-06-04 01:50:29 -03:00
committed by Kevin McCarthy
parent 9817a8bda5
commit 5242e68cd1
2 changed files with 10 additions and 10 deletions

View File

@@ -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