mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
pylint: app.py
pySim/app.py:113:0: C0305: Trailing newlines (trailing-newlines) pySim/app.py:23:0: W0611: Unused NoCardError imported from pySim.exceptions (unused-import) Change-Id: I3cac6892f4d3da66f116cecd49f751da227528a4
This commit is contained in:
@@ -20,7 +20,6 @@ from pySim.transport import LinkBase
|
||||
from pySim.commands import SimCardCommands
|
||||
from pySim.filesystem import CardModel, CardApplication
|
||||
from pySim.cards import card_detect, SimCardBase, UiccCardBase
|
||||
from pySim.exceptions import NoCardError
|
||||
from pySim.runtime import RuntimeState
|
||||
from pySim.profile import CardProfile
|
||||
from pySim.cdma_ruim import CardProfileRUIM
|
||||
@@ -108,6 +107,3 @@ def init_card(sl: LinkBase) -> Tuple[RuntimeState, SimCardBase]:
|
||||
sl.set_sw_interpreter(rs)
|
||||
|
||||
return rs, card
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user