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

This commit is contained in:
github-actions[bot]
2025-05-15 11:04:04 +00:00
parent a18524ce61
commit 9965997139

View File

@@ -59,9 +59,7 @@ def find_messages(
elif op == "$nin":
conditions.append(field.not_in(op_value))
else:
logger.warning(
f"过滤器中遇到未知操作符 '{op}' (字段: '{key}')。将跳过此操作符。"
)
logger.warning(f"过滤器中遇到未知操作符 '{op}' (字段: '{key}')。将跳过此操作符。")
else:
# 直接相等比较
conditions.append(field == value)