mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
style(storage): apply isort 5
This commit is contained in:
parent
a2dca91262
commit
b008367f38
@ -3,6 +3,7 @@
|
|||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
|
|
||||||
from c.storage import Storage as StorageC
|
from c.storage import Storage as StorageC
|
||||||
|
|
||||||
from python.src.storage import Storage as StoragePy
|
from python.src.storage import Storage as StoragePy
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
from c.storage import Storage as StorageC
|
from c.storage import Storage as StorageC
|
||||||
|
|
||||||
from python.src import prng
|
from python.src import prng
|
||||||
from python.src.storage import Storage as StoragePy
|
from python.src.storage import Storage as StoragePy
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
from hypothesis import assume, settings
|
|
||||||
from hypothesis.stateful import Bundle, RuleBasedStateMachine, invariant, rule
|
|
||||||
|
|
||||||
from c0.storage import Storage as StorageC0
|
from c0.storage import Storage as StorageC0
|
||||||
from c.storage import Storage as StorageC
|
from c.storage import Storage as StorageC
|
||||||
|
from hypothesis import assume, settings
|
||||||
|
from hypothesis.stateful import Bundle, RuleBasedStateMachine, invariant, rule
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
from .storage_model import StorageModel
|
from .storage_model import StorageModel
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
from c0.storage import Storage as StorageC0
|
from c0.storage import Storage as StorageC0
|
||||||
from c.storage import Storage as StorageC
|
from c.storage import Storage as StorageC
|
||||||
|
|
||||||
from python.src.storage import Storage as StoragePy
|
from python.src.storage import Storage as StoragePy
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
|
Loading…
Reference in New Issue
Block a user