mirror of
https://github.com/romanz/amodem.git
synced 2026-03-21 09:59:33 +08:00
Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -193,7 +193,7 @@ def import_public_keys(contents):
|
||||
yield line
|
||||
|
||||
|
||||
class JustInTimeConnection(object):
|
||||
class JustInTimeConnection:
|
||||
"""Connect to the device just before the needed operation."""
|
||||
|
||||
def __init__(self, conn_factory, identities, public_keys=None):
|
||||
|
||||
Reference in New Issue
Block a user