Remove extra newline (lint)

This commit is contained in:
Carl Beekhuizen 2020-06-19 16:45:00 +02:00
parent 6de81195ae
commit 9d2008eb4e
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -35,7 +35,6 @@ def test_IKM_to_lamport_SK() -> None:
assert test_vector_lamport_1 == lamport_1 assert test_vector_lamport_1 == lamport_1
def test_parent_SK_to_lamport_PK() -> None: def test_parent_SK_to_lamport_PK() -> None:
parent_SK = test_vector['master_SK'] parent_SK = test_vector['master_SK']
index = test_vector['child_index'] index = test_vector['child_index']