mirror of
https://github.com/romanz/amodem.git
synced 2026-03-30 23:57:54 +08:00
Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -9,7 +9,7 @@ from .. import util
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class UI(object):
|
||||
class UI:
|
||||
"""UI for PIN/passphrase entry (for TREZOR devices)."""
|
||||
|
||||
def __init__(self, device_type, config=None):
|
||||
|
||||
Reference in New Issue
Block a user