Skip to content

Commit 7622613

Browse files
committed
Removed unneeded gmsh import from readme example
1 parent abb9988 commit 7622613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Below is a simple example.
3939
```python
4040
import cadquery as cq
4141
import cadquery_assembly_mesh_plugin.plugin
42-
import gmsh
4342

4443
shell = cq.Workplane("XY").box(50, 50, 50)
4544
shell = shell.faces(">Z").workplane().rect(21, 21).cutThruAll()

0 commit comments

Comments
 (0)