Attention is currently required from: laforge.
4 comments:
File pySim/cards.py:
Patch Set #4, Line 39: reset
Missing return type annotation. Something like `-> Optional[...]` I guess?
Patch Set #4, Line 47: set_apdu_parameter
Functions returning nothing should be annotated as such using `-> None`.
Patch Set #4, Line 124: Hexstr
`-> Optional[Hexstr]`
Patch Set #4, Line 134: Hexstr
`-> Optional[Hexstr]`
To view, visit change 33692. To unsubscribe, or for help writing mail filters, visit settings.