Update backend/app/schemas.py
Browse files- backend/app/schemas.py +0 -1
backend/app/schemas.py
CHANGED
|
@@ -115,4 +115,3 @@ class AIContentRequest(BaseModel):
|
|
| 115 |
class AIContentResponse(BaseModel):
|
| 116 |
content: str
|
| 117 |
suggested_hashtags: List[str]
|
| 118 |
-
|
|
|
|
| 115 |
class AIContentResponse(BaseModel):
|
| 116 |
content: str
|
| 117 |
suggested_hashtags: List[str]
|
|
|