Skip to content

Commit 8a534d9

Browse files
Pacify pylint
Signed-off-by: Gilles Peskine <[email protected]>
1 parent 38bc126 commit 8a534d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_tls_handshake_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414

1515
from mbedtls_framework import tls_test_case
1616
from mbedtls_framework import typing_util
17-
import translate_ciphers
18-
1917
from mbedtls_framework.tls_test_case import Side, Version
18+
import translate_ciphers
2019

2120

2221
# Assume that a TLS 1.2 ClientHello used in these tests will be at most
@@ -27,6 +26,7 @@
2726
TLS_HANDSHAKE_FRAGMENT_MIN_LENGTH = 4
2827

2928
def write_tls_handshake_defragmentation_test(
29+
#pylint: disable=too-many-arguments
3030
out: typing_util.Writable,
3131
side: Side,
3232
length: Optional[int],

0 commit comments

Comments
 (0)