Skip to content

Commit 6603832

Browse files
sample_MonitorCardsAndTransmit.py: fix pylint warning
W: 33, 0: Wildcard import smartcard.util (wildcard-import)
1 parent 396bd6e commit 6603832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartcard/Examples/framework/sample_MonitorCardsAndTransmit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
from smartcard.CardConnectionObserver import ConsoleCardConnectionObserver
3232
from smartcard.CardMonitoring import CardMonitor, CardObserver
33-
from smartcard.util import *
33+
from smartcard.util import toHexString
3434

3535
# define the apdus used in this script
3636
GET_RESPONSE = [0XA0, 0XC0, 00, 00]

0 commit comments

Comments
 (0)