Skip to content

Commit 907a10e

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

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
@@ -998,7 +998,6 @@ def test_str_and_repr(self):
998998
)
999999
self.assertEqual(str(cf), expected_str)
10001000

1001-
10021001
dict_type = type(cf._dict).__name__
10031002

10041003
expected_repr = (

0 commit comments

Comments
 (0)