fix prev: conditional import / type hint failure
This commit is contained in:
@@ -60,7 +60,7 @@ class AddressSynchronizer(Logger):
|
||||
inherited by wallet
|
||||
"""
|
||||
|
||||
def __init__(self, db: JsonDB):
|
||||
def __init__(self, db: 'JsonDB'):
|
||||
self.db = db
|
||||
self.network = None # type: Network
|
||||
Logger.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user