mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
appease mypy
This commit is contained in:
parent
a6d8f9bdc1
commit
6ce4a31355
1 changed files with 1 additions and 1 deletions
|
|
@ -1269,7 +1269,7 @@ class Solid(Mixin3D[TopoDS_Solid]):
|
|||
outer_wire = section
|
||||
inner_wires = inner_wires if inner_wires else []
|
||||
|
||||
shapes = []
|
||||
shapes: list[Mixin3D[TopoDS_Shape]] = []
|
||||
for wire in [outer_wire] + inner_wires:
|
||||
builder = BRepOffsetAPI_MakePipeShell(Wire(path).wrapped)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue