Skip to content

Commit a3b3cf3

Browse files
Delete unused constants/import
1 parent b424418 commit a3b3cf3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ledgerblue/comm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,6 @@ def close(self):
179179
pass
180180
self.opened = False
181181

182-
from nfc.tag.tt4 import Type4TagCommandError
183-
184-
NFC_CLA = 0x00
185-
NFC_INS_WRITE = 0x5e
186-
NFC_INS_READ = 0x5f
187-
NFC_P1 = 0x00
188-
NFC_P2 = 0x00
189-
190-
DEBUG_NFC_APDU = False
191182

192183
class DongleNFC(Dongle, DongleWait):
193184
def __init__(self, debug = False):

0 commit comments

Comments
 (0)