mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-19 08:39:03 +00:00
fixup! feat(python): implement session based trezorlib
This commit is contained in:
parent
04bc57e321
commit
68ebf589ff
@ -56,8 +56,8 @@ class Session:
|
||||
def _read(self) -> t.Any:
|
||||
raise NotImplementedError
|
||||
|
||||
def refresh_features(self) -> None:
|
||||
self.client.refresh_features()
|
||||
def refresh_features(self) -> messages.Features:
|
||||
return self.client.refresh_features()
|
||||
|
||||
def resume(self) -> None:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user