完成 Ruff 全量清理
This commit is contained in:
@@ -592,7 +592,7 @@ def H(t: int, e: str) -> str:
|
||||
n = 36 * r[0] + r[1]
|
||||
|
||||
# 计算目标值
|
||||
a = round(t) + n
|
||||
a = (t) + n
|
||||
|
||||
# 构建字符池
|
||||
_ = [[], [], [], [], []]
|
||||
|
||||
Reference in New Issue
Block a user