Skip to content

Commit 203c844

Browse files
committed
trezor: Add missing NoPasswordError import
1 parent 14f5134 commit 203c844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hwilib/devices/trezor.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
DeviceConnectionError,
2727
DEVICE_NOT_INITIALIZED,
2828
DeviceNotReadyError,
29+
NoPasswordError,
2930
UnavailableActionError,
3031
common_err_msgs,
3132
handle_errors,

0 commit comments

Comments
 (0)