Skip to content

Commit cf11484

Browse files
committed
Remove debug print.
1 parent d404787 commit cf11484

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_abc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ def test_error_contains_module_when_not_main(self):
754754
with self.assertRaises(TypeError) as cm:
755755
self.MyAbstractClass()
756756

757-
print(str(cm.exception))
758757
self.assertRegex(str(cm.exception), r"test_module\..*\.MyAbstractClass")
759758
finally:
760759
self.MyAbstractClass.__module__ = original_module

0 commit comments

Comments
 (0)