This commit is contained in:
rechain 2026-02-25 17:13:34 -05:00
parent c2384c2b2e
commit d3ff47ef4a
1 changed files with 1 additions and 1 deletions

View File

@ -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