File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ def testLoft(self):
491
491
.loft (combine = True )
492
492
)
493
493
494
- self .assertGreater (add .val ().Volume (),box .val ().Volume ())
494
+ self .assertGreater (add .val ().Volume (), box .val ().Volume ())
495
495
496
496
def testLoftRaisesValueError (self ):
497
497
s0 = Workplane ().hLine (1 ) # no wires
@@ -1179,7 +1179,7 @@ def testSweep(self):
1179
1179
)
1180
1180
self .assertGreater (box .val ().Volume (), cut .val ().Volume ())
1181
1181
1182
- #test sweep with combine = True
1182
+ # test sweep with combine = True
1183
1183
box = Workplane ().box (10 , 10 , 10 , centered = False )
1184
1184
path = Workplane ("YZ" ).lineTo (10 , 10 )
1185
1185
add = (
@@ -1188,7 +1188,7 @@ def testSweep(self):
1188
1188
.circle (1.5 )
1189
1189
.sweep (path , combine = True )
1190
1190
)
1191
- self .assertGreater (add .val ().Volume (),box .val ().Volume ())
1191
+ self .assertGreater (add .val ().Volume (), box .val ().Volume ())
1192
1192
1193
1193
def testMultisectionSweep (self ):
1194
1194
"""
You can’t perform that action at this time.
0 commit comments