From 20bbf3ead01a2fc6e1f53217af59d7d528b1372e Mon Sep 17 00:00:00 2001 From: Lorhan Sohaky Date: Sun, 6 Mar 2022 13:14:33 -0300 Subject: [PATCH] Fix code style --- fastapi/openapi/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/openapi/utils.py b/fastapi/openapi/utils.py index 46b685198..da7bebab8 100644 --- a/fastapi/openapi/utils.py +++ b/fastapi/openapi/utils.py @@ -423,7 +423,7 @@ def get_openapi( if result: path, security_schemes, path_definitions = result if prefix: - route.path_format= prefix + route.path_format + route.path_format = prefix + route.path_format if path: paths.setdefault(route.path_format, {}).update(path) if security_schemes: