chore: Clean up import

This commit is contained in:
Leni Aniva 2024-07-04 01:16:01 -07:00
parent 80fb2e997d
commit d69cf014a1
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 3 deletions

View File

@ -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):