Fix linter

This commit is contained in:
George Kadianakis
2024-01-09 16:12:07 +02:00
parent 5a551a0aa6
commit 9134cd1e8f

View File

@@ -9,6 +9,7 @@ from eth2spec.test.helpers.sharding import (
)
from eth2spec.utils.bls import BLS_MODULUS
@with_peerdas_and_later
@spec_test
@single_phase
@@ -25,6 +26,7 @@ def test_fft(spec):
assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed)
assert poly_coeff_inversed == poly_coeff
@with_peerdas_and_later
@spec_test
@single_phase