follow-up prev

This commit is contained in:
SomberNight 2018-10-30 19:19:46 +01:00
parent 5b4fada2a0
commit 1c63bca2c7
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -42,6 +42,7 @@ from .version import ELECTRUM_VERSION, PROTOCOL_VERSION
from . import blockchain
from .blockchain import Blockchain
from . import constants
from .i18n import _
if TYPE_CHECKING:
from .network import Network