mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 00:36:20 +08:00
Fix pylint warning
This commit is contained in:
@@ -6,7 +6,7 @@ import subprocess
|
||||
|
||||
try:
|
||||
from trezorlib.client import PASSPHRASE_ON_DEVICE
|
||||
except Exception:
|
||||
except ImportError:
|
||||
PASSPHRASE_ON_DEVICE = object()
|
||||
|
||||
from .. import util
|
||||
|
||||
Reference in New Issue
Block a user