diff --git a/covalent_ui/api/v1/models/dispatch_model.py b/covalent_ui/api/v1/models/dispatch_model.py index 5ad651170..97f0def62 100644 --- a/covalent_ui/api/v1/models/dispatch_model.py +++ b/covalent_ui/api/v1/models/dispatch_model.py @@ -56,7 +56,6 @@ class DispatchModule(BaseModel): updated_at: Optional[Union[datetime, None]] class Config: - orm_mode = True from_attributes = True @@ -69,7 +68,6 @@ class DispatchResponse(BaseModel): class Config: """Configure example for openAPI""" - orm_mode = True json_schema_extra = { "example": { "dispatches": [