mirror of
https://github.com/romanz/amodem.git
synced 2026-03-23 02:39:26 +08:00
Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -11,7 +11,7 @@ from . import formats, util
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Client(object):
|
||||
class Client:
|
||||
"""Client wrapper for SSH authentication device."""
|
||||
|
||||
def __init__(self, device):
|
||||
|
||||
Reference in New Issue
Block a user