Fix functions definition with stricter positional or keyword restrictions

This commit is contained in:
Gregoo
2025-01-22 16:36:35 +01:00
parent 0e977fd01d
commit c977217f48
21 changed files with 48 additions and 24 deletions

View File

@@ -49,6 +49,7 @@ class BrickPartList(BrickRecordList[BrickPart]):
self,
brickset: 'BrickSet',
/,
*,
minifigure: 'BrickMinifigure | None' = None,
) -> Self:
# Save the brickset and minifigure