laforge submitted this change.
utils.py: remove superfluous import from itself
b2h() is already available.
Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
---
M pySim/utils.py
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/pySim/utils.py b/pySim/utils.py
index 1541e2e..6cacdaa 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -537,7 +537,6 @@
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))
To view, visit change 34002. To unsubscribe, or for help writing mail filters, visit settings.