Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/testing/src/execution_testing/specs/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
)
from execution_testing.exceptions import (
BlockException,
EngineAPIError,
TransactionException,
)
from execution_testing.execution import (
Expand Down Expand Up @@ -80,7 +79,6 @@ class StateTest(BaseTest):
| BlockException
| None
) = None
engine_api_error_code: Optional[EngineAPIError] = None
blockchain_test_header_verify: Optional[Header] = None
blockchain_test_rlp_modifier: Optional[Header] = None
expected_block_access_list: Optional[BlockAccessListExpectation] = None
Expand Down
Loading