Skip to content

Commit

Permalink
fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Dec 5, 2018
1 parent fc90c18 commit e998f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_ltc/gui/qt/history_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .util import *

if TYPE_CHECKING:
from electrum.wallet import Abstract_Wallet
from electrum_ltc.wallet import Abstract_Wallet

try:
from electrum_ltc.plot import plot_history, NothingToPlotException
Expand Down

0 comments on commit e998f2a

Please sign in to comment.