Skip to content

Commit 9d1fa31

Browse files
committed
Inherits to String
1 parent 1d34698 commit 9d1fa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Preset(BaseModel):
1919

2020
name: str
2121
hidden: Optional[bool] = None
22-
inherits: list[Preset] = []
22+
inherits: list[str] = []
2323
displayName: Optional[str] = None
2424
description: Optional[str] = None
2525

0 commit comments

Comments
 (0)