Skip to content

Commit

Permalink
xmr: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 13, 2018
1 parent 6996bd9 commit 66c53fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/monero/sign_tx.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import gc

from trezor import wire, utils
from trezor import utils, wire
from trezor.messages import MessageType


Expand Down
2 changes: 1 addition & 1 deletion src/apps/monero/xmr/serialize/xmrserialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
from apps.monero.xmr.serialize.erefs import eref, get_elem, set_elem
from apps.monero.xmr.serialize.int_serialize import (
dump_uint,
load_uint,
dump_uvarint,
load_uint,
load_uvarint,
)
from apps.monero.xmr.serialize.message_types import (
Expand Down

0 comments on commit 66c53fe

Please sign in to comment.