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):