[bindings] Fix undefined symbols in pti files

This commit is contained in:
Frank Martinez
2025-10-05 13:30:30 -05:00
parent a7adf9c466
commit 41c48b4f0b
9 changed files with 23 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ class Command(Persistence):
"""setFromGCode(): sets the path from the contents of the given GCode string"""
...
def transform(self, placement: Placement, /) -> "CommandPy":
def transform(self, placement: Placement, /) -> Command:
"""transform(Placement): returns a copy of this command transformed by the given placement"""
...
Name: str