diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 74b23a370..4b53a65ae 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -1,3 +1,4 @@ +import html as html_escape import json from typing import Any, Dict, Optional @@ -121,7 +122,7 @@ def get_swagger_ui_html(
-