Skip to content

Commit ddaa2ca

Browse files
Revert unexpected delete in test_format.py
1 parent 2d93bf3 commit ddaa2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,6 @@ def test_precision_c_limits(self):
493493
with self.assertRaises(ValueError) as cm:
494494
format(c, ".%sf" % (INT_MAX + 1))
495495

496+
496497
if __name__ == "__main__":
497498
unittest.main()

0 commit comments

Comments
 (0)