Fix pylint warning
This commit is contained in:
@@ -6,7 +6,7 @@ import subprocess
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
from trezorlib.client import PASSPHRASE_ON_DEVICE
|
from trezorlib.client import PASSPHRASE_ON_DEVICE
|
||||||
except Exception:
|
except ImportError:
|
||||||
PASSPHRASE_ON_DEVICE = object()
|
PASSPHRASE_ON_DEVICE = object()
|
||||||
|
|
||||||
from .. import util
|
from .. import util
|
||||||
|
|||||||
Reference in New Issue
Block a user