From e4fc4cf9b9fd8f48b50603710d416332cc6e8ba7 Mon Sep 17 00:00:00 2001 From: seoyunje Date: Thu, 28 May 2026 10:53:20 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Status=20Location=20in=20U?= =?UTF-8?q?serHistory=5Findi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/schemas/image_schema.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/App/schemas/image_schema.py b/App/schemas/image_schema.py index 790f20d..6909d46 100644 --- a/App/schemas/image_schema.py +++ b/App/schemas/image_schema.py @@ -17,10 +17,9 @@ class InferenceResult(BaseModel): result_msg : str class UserHistory(BaseMetadata): user_id: int - status: str class UserHistory_indi(UserHistory, InferenceResult): - pass + status: str class ImageData_indi(BaseMetadata, InferenceResult): user_id : int | None status : str