flake8: fix complaints (for the last time, hopefully)

pull/25/head
matejcik 6 years ago
parent 6029a98414
commit ca608d0a98

@ -22,3 +22,5 @@ ignore =
E741,
##### E266: too many leading '#' for block comment
E266,
# W503 line break before binary operator
W503,

@ -22,6 +22,7 @@ from trezorlib.tools import parse_path
LISK_PATH = parse_path("m/44h/134h/0h/1h")
@pytest.mark.lisk
@pytest.mark.skip_t1
class TestMsgLiskGetaddress(TrezorTest):

@ -23,6 +23,7 @@ from trezorlib.tools import parse_path
LISK_PATH = parse_path("m/44h/134h/0h/0h")
@pytest.mark.lisk
@pytest.mark.skip_t1
class TestMsgLiskGetPublicKey(TrezorTest):

Loading…
Cancel
Save