implement abstract method for pylint
This commit is contained in:
parent
c44de48481
commit
27558ffd89
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ class SingleKey(AddressManager):
|
|||
same_address_manager = cls(account, account.public_key, 0)
|
||||
return same_address_manager, same_address_manager
|
||||
|
||||
def apply(self, d: dict):
|
||||
pass
|
||||
|
||||
def to_dict_instance(self):
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue