mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
1a07fa8965
commit
1070fee541
|
|
@ -221,7 +221,7 @@ def get_stoplight_elements_html(
|
|||
try_it_credential_policy: TryItCredentialPolicyOptions = TryItCredentialPolicyOptions.OMIT,
|
||||
layout: LayoutOptions = LayoutOptions.SIDEBAR,
|
||||
logo: str = "",
|
||||
router: RouterOptions = RouterOptions.HISTORY
|
||||
router: RouterOptions = RouterOptions.HISTORY,
|
||||
) -> HTMLResponse:
|
||||
html = f"""
|
||||
<!doctype html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue