🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-17 06:40:04 +00:00
parent dc96e26ca5
commit b305879541
6 changed files with 8 additions and 8 deletions

View File

@@ -316,7 +316,7 @@ class PersonInfoManager:
@staticmethod
async def get_specific_value_list(
field_name: str,
field_name: str,
way: Callable[[Any], bool], # 接受任意类型值
) -> Dict[str, Any]:
"""