Fix pylint warning

This commit is contained in:
Roman Zeyde
2020-04-17 14:28:50 +03:00
parent d8bcca3ccb
commit d103ebee6f

View File

@@ -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