diff --git a/nhf/parts/test.py b/nhf/parts/test.py index d1e1768..1e70ba2 100644 --- a/nhf/parts/test.py +++ b/nhf/parts/test.py @@ -1,9 +1,7 @@ import unittest import cadquery as Cq from nhf.checks import binary_intersection -import nhf.parts.joints as joints -import nhf.parts.handle as handle -import nhf.parts.metric_threads as metric_threads +from nhf.parts import joints, handle, metric_threads class TestJoints(unittest.TestCase):