mirror of https://github.com/tiangolo/fastapi.git
CI error
This commit is contained in:
parent
c2384c2b2e
commit
d3ff47ef4a
|
|
@ -102,4 +102,4 @@ def get_asyncapi(
|
|||
if external_docs:
|
||||
output["externalDocs"] = external_docs
|
||||
|
||||
return jsonable_encoder(output, by_alias=True, exclude_none=True)
|
||||
return jsonable_encoder(output, by_alias=True, exclude_none=True) # type: ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue