mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
d7029b2d71
commit
2685835523
|
|
@ -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…
Reference in New Issue