Black 19.10 fix
This commit is contained in:
@ -727,16 +727,12 @@ class TestCadQuery(BaseTest):
|
|||||||
|
|
||||||
with raises(ValueError):
|
with raises(ValueError):
|
||||||
Workplane().spline(
|
Workplane().spline(
|
||||||
points,
|
points, periodic=False, parameters=[x for x in range(len(points) + 1)],
|
||||||
periodic=False,
|
|
||||||
parameters=[x for x in range(len(points) + 1)],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
with raises(ValueError):
|
with raises(ValueError):
|
||||||
Workplane().spline(
|
Workplane().spline(
|
||||||
points,
|
points, periodic=True, parameters=[x for x in range(len(points))],
|
||||||
periodic=True,
|
|
||||||
parameters=[x for x in range(len(points))],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def testRotatedEllipse(self):
|
def testRotatedEllipse(self):
|
||||||
|
Reference in New Issue
Block a user