From 841c5c31891446f191858db595b08f7eac3ef626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Jan 2026 20:37:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/openapi/docs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 227f39dcfe..3ddb8954d1 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -133,7 +133,9 @@ def get_swagger_ui_html( js_urls = [swagger_js_url] if swagger_extra_js_urls: js_urls.extend(swagger_extra_js_urls) - scripts_str = "\n ".join(f'' for js_url in js_urls) + scripts_str = "\n ".join( + f'' for js_url in js_urls + ) html = f"""