CAM: Fix pyi signature to match c++

This commit is contained in:
Frank Martinez
2025-11-29 22:08:13 -05:00
committed by Chris Hennes
parent dfb9baf678
commit a8c7968c92

View File

@@ -32,7 +32,7 @@ class Command(Persistence):
"""returns a copy of this command transformed by the given placement"""
...
def addAnnotations(self, annotations) -> "Command":
def addAnnotations(self, annotations, /) -> "Command":
"""addAnnotations(annotations): adds annotations from dictionary or string and returns self for chaining"""
...
Name: str