Skip to content

Commit 838f46c

Browse files
committed
Remove UDA from accepted file types
1 parent 70ed73b commit 838f46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simdb/remote/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class SimulationDeleteResponse(BaseModel):
9696
class FileData(BaseModel):
9797
"""Model representing a file in the system."""
9898

99-
type: Literal["UNKNOWN", "UUID", "FILE", "IMAS", "UDA"]
99+
type: Literal["UNKNOWN", "UUID", "FILE", "IMAS"]
100100
"""File type."""
101101
uri: str
102102
"""URI to the file location."""

0 commit comments

Comments
 (0)