From 97768a13b99023d25b0402ca9ef3914dd381af8c Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 24 Jun 2023 13:00:15 +0200 Subject: [PATCH] follow-up previous commit --- electrum/json_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/json_db.py b/electrum/json_db.py index 850b46109..1d1a9ce9f 100644 --- a/electrum/json_db.py +++ b/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