Skip to content

Commit cef5840

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 808546f commit cef5840

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/resources/config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ def get_youdaozhiyun_app_info() -> tuple[str, str]:
136136
return os.getenv("YDAPPID", ""), os.getenv("YDAPPSEC", "")
137137

138138

139-
config.options["youdaozhiyun"]["get_youdaozhiyun_app_info"] = get_youdaozhiyun_app_info
139+
config.options["youdaozhiyun"]["get_youdaozhiyun_app_info"] = (
140+
get_youdaozhiyun_app_info
141+
)
140142
```
141143

142144
### OpenAI

0 commit comments

Comments
 (0)