We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ed73b commit 838f46cCopy full SHA for 838f46c
1 file changed
src/simdb/remote/models.py
@@ -96,7 +96,7 @@ class SimulationDeleteResponse(BaseModel):
96
class FileData(BaseModel):
97
"""Model representing a file in the system."""
98
99
- type: Literal["UNKNOWN", "UUID", "FILE", "IMAS", "UDA"]
+ type: Literal["UNKNOWN", "UUID", "FILE", "IMAS"]
100
"""File type."""
101
uri: str
102
"""URI to the file location."""
0 commit comments