You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.10/site-packages/flask_lan/openapi.py", line 159, in make_schemas
if not view_func:
return {}
sig = signature(view_func)
for _, param in sig.parameters.items():
_type = param.annotation
if issubclass(_type, BaseModel):
schemas[_type.__name__] = Schema(**_type.schema())
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: