mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-28 00:08:36 +03:00
filesystem.py: Fix type annotation of read_binary_dec()
Change-Id: I781fc0c564a318a6f9b2ec8dccf9f8865bff0e48
This commit is contained in:
@@ -966,7 +966,7 @@ class RuntimeState(object):
|
|||||||
raise TypeError("Only works with TransparentEF")
|
raise TypeError("Only works with TransparentEF")
|
||||||
return self.card._scc.read_binary(self.selected_file.fid, length, offset)
|
return self.card._scc.read_binary(self.selected_file.fid, length, offset)
|
||||||
|
|
||||||
def read_binary_dec(self) -> dict:
|
def read_binary_dec(self) -> Tuple[dict, str]:
|
||||||
"""Read [part of] a transparent EF binary data and decode it.
|
"""Read [part of] a transparent EF binary data and decode it.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user