Skip to content

Commit

Permalink
Fixes after merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 10, 2024
1 parent 2e44a08 commit 5553257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions electrum_grs/plugins/keepkey/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from electrum_grs.plugin import hook
from electrum_grs.logging import Logger

from electrum.plugins.hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum.plugins.hw_wallet.trezor_qt_pinmatrix import PinMatrixWidget
from electrum.plugins.hw_wallet.plugin import only_hook_if_libraries_available
from electrum_grs.plugins.hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum_grs.plugins.hw_wallet.trezor_qt_pinmatrix import PinMatrixWidget
from electrum_grs.plugins.hw_wallet.plugin import only_hook_if_libraries_available

from .keepkey import KeepKeyPlugin, TIM_NEW, TIM_RECOVER, TIM_MNEMONIC, TIM_PRIVKEY

Expand Down
6 changes: 3 additions & 3 deletions electrum_grs/plugins/safe_t/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from electrum_grs.plugin import hook
from electrum_grs.logging import Logger

from electrum.plugins.hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum.plugins.hw_wallet.trezor_qt_pinmatrix import PinMatrixWidget
from electrum.plugins.hw_wallet.plugin import only_hook_if_libraries_available
from electrum_grs.plugins.hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum_grs.plugins.hw_wallet.trezor_qt_pinmatrix import PinMatrixWidget
from electrum_grs.plugins.hw_wallet.plugin import only_hook_if_libraries_available

from .safe_t import SafeTPlugin, TIM_NEW, TIM_RECOVER, TIM_MNEMONIC, TIM_PRIVKEY

Expand Down

0 comments on commit 5553257

Please sign in to comment.