🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-09 22:34:24 +00:00 committed by GitHub
parent 94471512bb
commit d36f22d1b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ As it is discouraged, the interactive docs with Swagger UI won't show the docume
/// note /// note
`BaseModel` is the main class from Pydantic used for creating data models. `BaseModel` is the main class from Pydantic used for creating data models.
FastAPI needs this import to validate request bodies and generate documentation. FastAPI needs this import to validate request bodies and generate documentation.
/// ///