Skip to content

Commit e83d397

Browse files
Update Lib/test/test_configparser.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent d3811af commit e83d397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_configparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,6 @@ def test_str_and_repr(self):
992992
cf.set("sect1", "option1", "foo")
993993
cf.set("sect2", "option2", "bar")
994994

995-
996995
expected_str = (
997996
"<ConfigParser: {'sect1': {'option1': 'foo'}, 'sect2': {'option2': 'bar'}, "
998997
"'sect3': {}, 'sect4': {}, 'sect5': {}, 'sect6': {}}>"

0 commit comments

Comments
 (0)