diff --git a/machine-learning/app/schemas.py b/machine-learning/app/schemas.py index af4d56a96da0b..a7ce2ee60da1e 100644 --- a/machine-learning/app/schemas.py +++ b/machine-learning/app/schemas.py @@ -13,10 +13,6 @@ def __str__(self) -> str: return self.value -class MessageResponse(TypedDict): - message: str - - class BoundingBox(TypedDict): x1: int y1: int