Fix a few pylint issues

This commit is contained in:
Roman Zeyde
2016-01-04 19:17:08 +02:00
parent 15b10c9a7e
commit c3fa79e450
10 changed files with 20 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
import pytest
from .. import protocol
from .. import formats
import pytest
# pylint: disable=line-too-long
NIST256_KEY = 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEUksojS/qRlTKBKLQO7CBX7a7oqFkysuFn1nJ6gzlR3wNuQXEgd7qb2bjmiiBHsjNxyWvH5SxVi3+fghrqODWo= ssh://localhost' # nopep8

View File

@@ -1,9 +1,9 @@
from ..trezor import client
from .. import formats
import mock
import pytest
from ..trezor import client
from .. import formats
ADDR = [2147483661, 2810943954, 3938368396, 3454558782, 3848009040]
CURVE = 'nist256p1'