From 268583552313cd3516ef2c8479204208d6af1909 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:53:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py b/tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py index c6e8083e8..6b547c062 100644 --- a/tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py +++ b/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