Multiple style fixes

This commit is contained in:
Roman Zeyde
2021-10-16 22:01:00 +03:00
parent 6d55512619
commit ee4b1fcdb6
7 changed files with 7 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ class Identity:
def to_string(self):
"""Return identity serialized to string."""
return u'<{}|{}>'.format(identity_to_string(self.identity_dict), self.curve_name)
return '<{}|{}>'.format(identity_to_string(self.identity_dict), self.curve_name)
def get_bip32_address(self, ecdh=False):
"""Compute BIP32 derivation address according to SLIP-0013/0017."""