Skip to content

Commit acd8b56

Browse files
committed
chore: ruff format
1 parent 9ed7504 commit acd8b56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

astrbot/core/provider/manager.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,9 @@ async def initialize(
335335
self.curr_tts_provider_inst = self.tts_provider_insts[0]
336336

337337
try:
338-
strict_mcp_init = os.getenv("ASTRBOT_MCP_INIT_STRICT", "").strip().lower() in {
338+
strict_mcp_init = os.getenv(
339+
"ASTRBOT_MCP_INIT_STRICT", ""
340+
).strip().lower() in {
339341
"1",
340342
"true",
341343
"yes",

0 commit comments

Comments
 (0)