ci/lint: ruff format pass and fix compact seed test typing

Apply pending ruff format; narrow AssistantChatMessage.content before
membership checks so basedpyright accepts Unset|None unions.
This commit is contained in:
2026-07-15 11:36:01 +08:00
parent 6e9e034de4
commit aaf7fe8e7b
18 changed files with 26 additions and 55 deletions
-1
View File
@@ -617,7 +617,6 @@ async def test_retry_after_resume_orphan_user() -> None:
await store.close()
async def test_chat_agent_system_prompt_prepended() -> None:
from plyngent.lmproto.openai_compatible.model import SystemChatMessage