Skip to content

Commit

Permalink
Fixing operations_generic.py typing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Jan 12, 2025
1 parent 8c314d4 commit 18957ef
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 121 deletions.
2 changes: 1 addition & 1 deletion src/build123d/build_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __init__(
self.builder_parent = None
self.lasts: dict = {Vertex: [], Edge: [], Face: [], Solid: []}
self.workplanes_context = None
self.exit_workplanes = None
self.exit_workplanes: list[Plane] = []
self.obj_before: Shape | None = None
self.to_combine: list[Shape] = []

Expand Down
Loading

0 comments on commit 18957ef

Please sign in to comment.