mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
Fix a few pylint issues
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user