1
0

follow-up prev: fix flake8 test

This commit is contained in:
ThomasV
2023-06-24 12:56:55 +02:00
parent 411098f293
commit b8b36c7c30
2 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ from . import util
from .util import WalletFileException
from .logging import Logger
if TYPE_CHECKING:
from .storage import WalletStorage
JsonDBJsonEncoder = util.MyEncoder
def modifier(func):

View File

@@ -48,8 +48,6 @@ from .json_db import StoredDict, JsonDB, locked, modifier, StoredObject, stored_
from .plugin import run_hook, plugin_loaders
from .version import ELECTRUM_VERSION
if TYPE_CHECKING:
from .storage import WalletStorage
# seed_version is now used for the version of the wallet file