Skip to content

Commit 704954c

Browse files
committed
more cleaning
1 parent 4874984 commit 704954c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_booleans.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ def test_booleans():
3737

3838
V, F = boolean_union(A, B)
3939

40-
mesh = Mesh.from_vertices_and_faces(V, F)
41-
40+
Mesh.from_vertices_and_faces(V, F)

tests/test_intersections.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ def test_intersections():
3636

3737
print(pointsets)
3838

39+
3940
if __name__ == "__main__":
40-
test_intersections()
41+
test_intersections()

0 commit comments

Comments
 (0)