Skip to content

Commit

Permalink
remove unused schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Oct 13, 2024
1 parent ebc6fe7 commit ed43a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions machine-learning/app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ def __str__(self) -> str:
return self.value


class MessageResponse(TypedDict):
message: str


class BoundingBox(TypedDict):
x1: int
y1: int
Expand Down

0 comments on commit ed43a91

Please sign in to comment.