From 9d2008eb4e90bd8e396775beb4399606351b4c76 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Fri, 19 Jun 2020 16:45:00 +0200 Subject: [PATCH] Remove extra newline (lint) --- tests/test_key_handling/test_key_derivation/test_path.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_key_handling/test_key_derivation/test_path.py b/tests/test_key_handling/test_key_derivation/test_path.py index 1d2f0b3..faaac4b 100644 --- a/tests/test_key_handling/test_key_derivation/test_path.py +++ b/tests/test_key_handling/test_key_derivation/test_path.py @@ -35,7 +35,6 @@ def test_IKM_to_lamport_SK() -> None: assert test_vector_lamport_1 == lamport_1 - def test_parent_SK_to_lamport_PK() -> None: parent_SK = test_vector['master_SK'] index = test_vector['child_index']