1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

fix style

This commit is contained in:
Pavol Rusnak 2018-10-23 12:24:10 +02:00
parent b541ed340e
commit ac0731300e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -17,7 +17,7 @@
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import CallException, H_, parse_path
from trezorlib.tools import H_, CallException, parse_path
from ..support import ckd_public as bip32
from .common import TrezorTest