From d69cf014a10998c4691bc20fe88ff7d9ddd756a6 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 4 Jul 2024 01:16:01 -0700 Subject: [PATCH] chore: Clean up import --- nhf/parts/test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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):