mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 17:32:34 +00:00
fix: make sure storage.cache import is correctly retained
[no changelog]
This commit is contained in:
parent
c7ec093863
commit
1ef88117fe
@ -1,8 +1,8 @@
|
|||||||
from storage import common, device
|
# make sure to import cache unconditionally at top level so that it is imported (and retained) together with the storage module
|
||||||
|
from storage import cache, common, device
|
||||||
|
|
||||||
|
|
||||||
def wipe() -> None:
|
def wipe() -> None:
|
||||||
from storage import cache
|
|
||||||
from trezor import config
|
from trezor import config
|
||||||
|
|
||||||
config.wipe()
|
config.wipe()
|
||||||
|
Loading…
Reference in New Issue
Block a user