mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
Add newline to make linter happy
This commit is contained in:
parent
03cf1bbf10
commit
220e1e7cb6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user