mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-16 13:58:49 +00:00
fixup! feat(python): implement session based trezorlib
This commit is contained in:
parent
d071fd7773
commit
272f024c25
@ -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