🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-07-06 19:53:52 +00:00
parent d7029b2d71
commit 2685835523
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ def client(params: Params, monkeypatch):
monkeypatch.setenv("ROOT_PATH", params["app_root_path"])
from docs_src.custom_docs_ui import tutorial002
importlib.reload(tutorial002)
app = tutorial002.app