use bytes.fromhex/hex builtins instead of binascii.hexlify/unhexlify

This commit is contained in:
Pavol Rusnak
2022-12-29 16:46:35 +01:00
parent 89aa4a1de9
commit a377381942
10 changed files with 22 additions and 35 deletions
-1
View File
@@ -1,5 +1,4 @@
import hashlib
from binascii import hexlify
import pytest
import pytest_asyncio