We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854cc7d commit 31d9e9dCopy full SHA for 31d9e9d
1 file changed
test/fixtures/output/python/python3/cookies.py
@@ -4,7 +4,7 @@
4
5
headers = { 'cookie': "foo=bar; bar=baz" }
6
7
-conn.request("POST", "/har", headers = headers)
+conn.request("POST", "/har", headers=headers)
8
9
res = conn.getresponse()
10
data = res.read()
0 commit comments