mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
utils: cosmetic: remove stray comment
The comment is already covered by the help string, lets remove it. Change-Id: Ide2080ddb898441b6af70e32511b33ced23d0023
This commit is contained in:
@@ -56,7 +56,6 @@ def s2h(s:str) -> Hexstr:
|
||||
b.extend(map(ord, s))
|
||||
return b2h(b)
|
||||
|
||||
# List of bytes to string
|
||||
def i2s(s:List[int]) -> str:
|
||||
"""convert from a list of integers to an ASCII string"""
|
||||
return ''.join([chr(x) for x in s])
|
||||
|
||||
Reference in New Issue
Block a user