Remove unnecessary semicolon

Change-Id: I9c5665cd2a45a0d06444349eaaeeb5b83a09ffc1
This commit is contained in:
Daniel Willmann
2020-10-19 10:34:31 +02:00
parent de07b95f84
commit 677d41bb41
5 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ from pySim.utils import rpad, b2h
class SimCardCommands(object):
def __init__(self, transport):
self._tp = transport;
self._tp = transport
self._cla_byte = "a0"
self.sel_ctrl = "0000"