Browse Source

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

pull/13825/head
pre-commit-ci[bot] 1 week ago
parent
commit
2685835523
  1. 1
      tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py

1
tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py

@ -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

Loading…
Cancel
Save