Browse Source

follow-up previous commit

master
ThomasV 3 years ago
parent
commit
97768a13b9
  1. 1
      electrum/json_db.py

1
electrum/json_db.py

@ -25,6 +25,7 @@
import threading
import copy
import json
from typing import TYPE_CHECKING
from . import util
from .util import WalletFileException

Loading…
Cancel
Save