Skip to content
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
  • Loading branch information
sethmlarson and johnslavik authored Jan 16, 2026
commit 03f222d8808552582b69bfd2da7266b2a5573df6
1 change: 0 additions & 1 deletion Lib/test/test_http_cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ def test_control_characters_output(self):
cookie.output()

Comment thread
sethmlarson marked this conversation as resolved.


def load_tests(loader, tests, pattern):
tests.addTest(doctest.DocTestSuite(cookies))
return tests
Expand Down
Loading