Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Jun 29, 2022
1 parent 9995ec0 commit 2cd3107
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/one_volume_cadquery_tesselation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import cadquery as cq

result = cq.Workplane("front").box(2.0, 2.0, 0.5)
Expand All @@ -14,4 +13,4 @@

import os

os.system("mbconvert one_cadquery_volume.h5m one_cadquery_volume.vtk")
os.system("mbconvert one_cadquery_volume.h5m one_cadquery_volume.vtk")

0 comments on commit 2cd3107

Please sign in to comment.