style: 统一 Ruff 代码格式
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
证书格式:base64( [0x0c][key_idx][AES-128-ECB(key16, zeropad(P1))] )
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import base64
|
||||
@@ -48,7 +49,7 @@ def parse_p1(data: bytes) -> dict:
|
||||
|
||||
def tk(n: int) -> bytes:
|
||||
nonlocal o
|
||||
b = data[o:o + n]
|
||||
b = data[o : o + n]
|
||||
o += n
|
||||
return b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user