chore: Clean up import
This commit is contained in:
parent
80fb2e997d
commit
d69cf014a1
|
@ -1,9 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
import cadquery as Cq
|
import cadquery as Cq
|
||||||
from nhf.checks import binary_intersection
|
from nhf.checks import binary_intersection
|
||||||
import nhf.parts.joints as joints
|
from nhf.parts import joints, handle, metric_threads
|
||||||
import nhf.parts.handle as handle
|
|
||||||
import nhf.parts.metric_threads as metric_threads
|
|
||||||
|
|
||||||
class TestJoints(unittest.TestCase):
|
class TestJoints(unittest.TestCase):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue