1
0
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:
matejcik 2018-10-01 14:45:35 +02:00
parent 06927e003e
commit a5abd70619

View File

@ -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)