You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Flake8
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user