diff options
author | Bruno Seoane <brunoseoaneamarillo@gmail.com> | 2022-10-24 11:37:37 +0000 |
---|---|---|
committer | Bruno Seoane <brunoseoaneamarillo@gmail.com> | 2022-10-24 11:37:37 +0000 |
commit | 2267498a8cae303ae3badc4556c61c0e84cac6ec (patch) | |
tree | 74f292c85d1847433d340c3b4493d70b901f3a74 /modules/api | |
parent | 595dca85af9e26b5d76cd64659a5bdd9da4f2b89 (diff) | |
parent | 5587ab7ea8c78ef186592325ffc22bdfc1677bbc (diff) | |
download | stable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.tar.gz stable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.tar.bz2 stable-diffusion-webui-gfx803-2267498a8cae303ae3badc4556c61c0e84cac6ec.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'modules/api')
-rw-r--r-- | modules/api/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/api/models.py b/modules/api/models.py index fca2f991..66d15765 100644 --- a/modules/api/models.py +++ b/modules/api/models.py @@ -1,5 +1,5 @@ import inspect -from pydantic import BaseModel, Field, Json, create_model +from pydantic import BaseModel, Field, create_model from typing import Any, Optional from typing_extensions import Literal from inflection import underscore |