🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-02-01 15:56:33 +00:00
parent 95e8040609
commit 08721ad219

View File

@ -28,9 +28,9 @@ from .config import (
lik2relation,
)
assert len(level2attitude) == len(lik2level) == len(lik2relation), (
"好感度态度、等级、关系长度不匹配!"
)
assert (
len(level2attitude) == len(lik2level) == len(lik2relation)
), "好感度态度、等级、关系长度不匹配!"
AVA_URL = "http://q1.qlogo.cn/g?b=qq&nk={}&s=160"