core: fix style

pull/485/head
Pavol Rusnak 5 years ago
parent e04555e3e5
commit 7c74f1c54c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -36,7 +36,7 @@ reads the message's header. When the message type is known the first handler is
"""
import protobuf
from trezor import log, loop, messages, utils, workflow, ui
from trezor import log, loop, messages, ui, utils, workflow
from trezor.messages import FailureType
from trezor.messages.Failure import Failure
from trezor.wire import codec_v1

@ -90,4 +90,3 @@ def _finalize_default(task, value) -> None:
task,
default_task,
)

Loading…
Cancel
Save