🔧 添加获取 FastAPI 实例的函数,更新配置文件路径以支持新的源文件
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
||||
import tomllib
|
||||
from typing import Any
|
||||
|
||||
import yaml
|
||||
import yaml # type: ignore[import]
|
||||
|
||||
type RawConfig = dict[str, Any]
|
||||
|
||||
|
Reference in New Issue
Block a user