Skip to content

Commit ba64349

Browse files
Whitespace
1 parent ba6713e commit ba64349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_http_cookies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ def test_control_characters(self):
612612
with self.assertRaises(cookies.CookieError):
613613
morsel.__setstate__({'key': 'key', 'value': 'val', 'coded_value': c0})
614614

615-
616615
# .setdefault()
617616
with self.assertRaises(cookies.CookieError):
618617
morsel.setdefault("path", c0)

0 commit comments

Comments
 (0)