fix: Extraneous printing
This commit is contained in:
parent
4613247e1b
commit
a3f2b01b8c
|
@ -99,7 +99,6 @@ def hirth_assembly():
|
||||||
class TestJoints(unittest.TestCase):
|
class TestJoints(unittest.TestCase):
|
||||||
|
|
||||||
def test_hirth_assembly(self):
|
def test_hirth_assembly(self):
|
||||||
print(Cq.__version__)
|
|
||||||
hirth_assembly()
|
hirth_assembly()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue