[dev] add noinspection

This commit is contained in:
jinli.yl 2024-06-26 17:57:10 +08:00
parent 900ba7b9eb
commit 7c30c104fd

View file

@ -27,6 +27,7 @@ class ModelResponse(BaseModel):
def __str__(self, max_size=100, **kwargs):
result = {}
# noinspection PyBroadException
try:
all_dict = self.model_dump()
except Exception: