Skip to content

Commit f7b71f5

Browse files
committed
Unneeded print in unittests
1 parent e66b397 commit f7b71f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/test_constructors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class sub(System.Exception):
4444

4545
instance = sub()
4646
ob = SubclassConstructorTest(instance)
47-
print(ob)
4847
self.assertTrue(isinstance(ob.value, System.Exception))
4948

5049

0 commit comments

Comments
 (0)