forked from extern/httpie-cli
Flake8
This commit is contained in:
parent
18bb49b268
commit
879fedc10a
@ -487,7 +487,7 @@ class TestCookieStorage(CookieTestBase):
|
|||||||
httpbin.url,
|
httpbin.url,
|
||||||
'Cookie:' + specified_cookie_header,
|
'Cookie:' + specified_cookie_header,
|
||||||
)
|
)
|
||||||
parsed_request_headers = {
|
parsed_request_headers = { # noqa
|
||||||
name: value for name, value in [
|
name: value for name, value in [
|
||||||
line.split(': ', 1)
|
line.split(': ', 1)
|
||||||
for line in r.splitlines()
|
for line in r.splitlines()
|
||||||
|
Loading…
Reference in New Issue
Block a user