Skip to content

Commit 879fedc

Browse files
committed
Flake8
1 parent 18bb49b commit 879fedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_existing_and_new_cookies_sent_in_request(
487487
httpbin.url,
488488
'Cookie:' + specified_cookie_header,
489489
)
490-
parsed_request_headers = {
490+
parsed_request_headers = { # noqa
491491
name: value for name, value in [
492492
line.split(': ', 1)
493493
for line in r.splitlines()

0 commit comments

Comments
 (0)