mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
Merge pull request #1091 from drizzt/patch-1
Remove useless enforced dependency of PyUSB
This commit is contained in:
commit
5b53d94f71
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ from electrum.util import format_satoshis
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from usb.core import USBError
|
|
||||||
from btchip.btchipComm import getDongle, DongleWait
|
from btchip.btchipComm import getDongle, DongleWait
|
||||||
from btchip.btchip import btchip
|
from btchip.btchip import btchip
|
||||||
from btchip.btchipUtils import compress_public_key,format_transaction, get_regular_input_script
|
from btchip.btchipUtils import compress_public_key,format_transaction, get_regular_input_script
|
||||||
|
|
Loading…
Add table
Reference in a new issue