Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 07b2597

Browse files
committed
removes dupe HTTPException in models
1 parent 375c51c commit 07b2597

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/stapi_fastapi/models/shared.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ def model_dump_json(self: Self, *args, **kwargs) -> str:
2525
# forcing the call to model_dump_json to exclude unset fields by default
2626
kwargs["exclude_unset"] = kwargs.get("exclude_unset", True)
2727
return super().model_dump_json(*args, **kwargs)
28-
29-
30-
class HTTPException(BaseModel):
31-
detail: str

0 commit comments

Comments
 (0)