Skip to content

Commit 396bd6e

Browse files
sample_CardConnectionDecorator.py: fix pylint warning
W: 30, 0: Unused CardConnection imported from smartcard.CardConnection (unused-import)
1 parent 9c9b3fa commit 396bd6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smartcard/Examples/framework/sample_CardConnectionDecorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from smartcard.CardType import AnyCardType
2828
from smartcard.CardRequest import CardRequest
2929
from smartcard.CardConnectionObserver import ConsoleCardConnectionObserver
30-
from smartcard.CardConnection import CardConnection
3130
from smartcard.CardConnectionDecorator import CardConnectionDecorator
3231
from smartcard.util import toHexString
3332

0 commit comments

Comments
 (0)