laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/34002 
)

Change subject: utils.py: remove superfluous import from itself
......................................................................

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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




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 https://gerrit.osmocom.org/c/pysim/+/34002
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ied513a08cc8b5091dd467106250f1e6b5067c3a8
Gerrit-Change-Number: 34002
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to