From 5889668403ba6f5ec8ec39d2e090241dd85a23e5 Mon Sep 17 00:00:00 2001 From: djrtwo Date: Mon, 15 May 2023 12:13:20 -0600 Subject: [PATCH] lint --- .../test/phase0/block_processing/test_process_attestation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attestation.py b/tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attestation.py index 938d874ed..3ace6323f 100644 --- a/tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attestation.py +++ b/tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attestation.py @@ -2,7 +2,7 @@ from eth2spec.test.context import ( spec_state_test, always_bls, never_bls, with_all_phases, - # Note, if attslotrange gets included, this will need to be + # Note, if attslotrange gets included, this will need to be # 'with all phases up until attslotrange' with_all_phases_except_attslotrange, spec_test,