implement abstract method for pylint

This commit is contained in:
Lex Berezhny 2019-03-12 13:33:28 -04:00
parent c44de48481
commit 27558ffd89

View file

@ -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