Add newline to make linter happy

This commit is contained in:
Carl Beekhuizen 2020-09-17 16:22:26 +02:00
parent 03cf1bbf10
commit 220e1e7cb6
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -16,6 +16,7 @@ test_vector_filefolder = os.path.join(os.getcwd(), 'tests', 'test_key_handling',
with open(test_vector_filefolder, 'r') as f:
test_vectors = json.load(f)['kdf_tests']
@pytest.mark.skip(reason="py_ecc doesn't support BLS v4 yet")
@pytest.mark.parametrize(
'test',