mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 15:23:11 +01:00
Flake8
This commit is contained in:
parent
18bb49b268
commit
879fedc10a
@ -487,7 +487,7 @@ class TestCookieStorage(CookieTestBase):
|
||||
httpbin.url,
|
||||
'Cookie:' + specified_cookie_header,
|
||||
)
|
||||
parsed_request_headers = {
|
||||
parsed_request_headers = { # noqa
|
||||
name: value for name, value in [
|
||||
line.split(': ', 1)
|
||||
for line in r.splitlines()
|
||||
|
Loading…
Reference in New Issue
Block a user