Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -15,7 +15,7 @@ def create_identity(user_id, curve_name):
|
||||
return result
|
||||
|
||||
|
||||
class Client(object):
|
||||
class Client:
|
||||
"""Sign messages and get public keys from a hardware device."""
|
||||
|
||||
def __init__(self, device):
|
||||
|
||||
Reference in New Issue
Block a user