utils.py: remove superfluous import from itself

b2h() is already available.

Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
This commit is contained in:
Alexander Couzens
2023-07-28 16:39:08 +02:00
committed by laforge
parent 6c5c3f8b2b
commit 760e421be5

View File

@@ -537,7 +537,6 @@ def derive_milenage_opc(ki_hex: Hexstr, op_hex: Hexstr) -> Hexstr:
from Cryptodome.Cipher import AES
# pylint: disable=no-name-in-module
from Cryptodome.Util.strxor import strxor
from pySim.utils import b2h
# We pass in hex string and now need to work on bytes
ki_bytes = bytes(h2b(ki_hex))