mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
trezorlib: drop TrezorClientDebugLink from client.py
This commit is contained in:
parent
06927e003e
commit
a5abd70619
@ -294,8 +294,3 @@ class ProtocolMixin(object):
|
||||
class TrezorClient(ProtocolMixin, BaseClient):
|
||||
def __init__(self, transport, *args, **kwargs):
|
||||
super().__init__(transport=transport, *args, **kwargs)
|
||||
|
||||
|
||||
class TrezorClientDebugLink(ProtocolMixin, DebugLinkMixin, BaseClient):
|
||||
def __init__(self, transport, *args, **kwargs):
|
||||
super().__init__(transport=transport, *args, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user