Attention is currently required from: laforge. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/27127 )
Change subject: Better decode of EF.UST, EF.EST and EF.IST ......................................................................
Patch Set 4: Code-Review+1
(1 comment)
File pySim/ts_31_102.py:
https://gerrit.osmocom.org/c/pysim/+/27127/comment/cfcf1ab5_5ec191e6 PS2, Line 536: (int, int)
I just copid this from ts_51_001.EF_ServiceTable. […]
At least mypy is not happy about this:
test.py:1: error: Syntax error in type annotation test.py:1: note: Suggestion: Use Tuple[T1, ..., Tn] instead of (T1, ..., Tn) Found 1 error in 1 file (checked 1 source file)
So I think yes. pylint does not complain though.