mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2025-12-21 08:39:53 -06:00
Fix functions definition with stricter positional or keyword restrictions
This commit is contained in:
@@ -49,6 +49,7 @@ class BrickPartList(BrickRecordList[BrickPart]):
|
||||
self,
|
||||
brickset: 'BrickSet',
|
||||
/,
|
||||
*,
|
||||
minifigure: 'BrickMinifigure | None' = None,
|
||||
) -> Self:
|
||||
# Save the brickset and minifigure
|
||||
|
||||
Reference in New Issue
Block a user