lint -fix

patch-13
pussycat0x 2024-10-24 16:32:10 +05:30 committed by GitHub
parent 726e82c3be
commit 6397a3e202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ code:
def h2bin(x):
return bytes.fromhex(x.replace(' ', '').replace('\n', ''))
hello = h2bin('''
hello = h2bin('''
16 03 02 00 dc 01 00 00 d8 03 02 53
43 5b 90 9d 9b 72 0b bc 0c bc 2b 92 a8 48 97 cf
bd 39 04 cc 16 0a 85 03 90 9f 77 04 33 d4 de 00
@ -45,10 +45,10 @@ code:
00 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 08
00 06 00 07 00 14 00 15 00 04 00 05 00 12 00 13
00 01 00 02 00 03 00 0f 00 10 00 11 00 23 00 00
00 0f 00 01 01
00 0f 00 01 01
''')
hb = h2bin('''
hb = h2bin('''
18 03 02 00 03
01 40 00
''')