Skip to content

Commit 8014eed

Browse files
sample_MonitorCards.py: fix pylint warning
W: 31, 0: Wildcard import smartcard.util (wildcard-import)
1 parent e95847a commit 8014eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartcard/Examples/framework/sample_MonitorCards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from time import sleep
2929

3030
from smartcard.CardMonitoring import CardMonitor, CardObserver
31-
from smartcard.util import *
31+
from smartcard.util import toHexString
3232

3333

3434
# a simple card observer that prints inserted/removed cards

0 commit comments

Comments
 (0)