proper typing and bundle first ordering
This commit is contained in:
@@ -8,6 +8,7 @@ from lib.irt.item_information_function import ItemInformationFunction
|
||||
|
||||
class Item(BaseModel):
|
||||
id: int
|
||||
position: Optional[int]
|
||||
passage_id: Optional[int]
|
||||
workflow_state: Optional[str]
|
||||
attributes: List[Attribute]
|
||||
|
||||
Reference in New Issue
Block a user