Skip to content

Commit 18957ef

Browse files
committed
Fixing operations_generic.py typing problems
1 parent 8c314d4 commit 18957ef

File tree

2 files changed

+153
-121
lines changed

2 files changed

+153
-121
lines changed

src/build123d/build_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(
243243
self.builder_parent = None
244244
self.lasts: dict = {Vertex: [], Edge: [], Face: [], Solid: []}
245245
self.workplanes_context = None
246-
self.exit_workplanes = None
246+
self.exit_workplanes: list[Plane] = []
247247
self.obj_before: Shape | None = None
248248
self.to_combine: list[Shape] = []
249249

0 commit comments

Comments
 (0)