mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-16 22:08:47 +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:
|
def _read(self) -> t.Any:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def refresh_features(self) -> None:
|
def refresh_features(self) -> messages.Features:
|
||||||
self.client.refresh_features()
|
return self.client.refresh_features()
|
||||||
|
|
||||||
def resume(self) -> None:
|
def resume(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user