Skip to content

Commit c309c56

Browse files
committed
Revert "oops broke ci"
This reverts commit b669a88.
1 parent 38b593f commit c309c56

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

  • packages/testing/src/execution_testing/fixtures
  • src/ethereum/forks/shanghai

packages/testing/src/execution_testing/fixtures/state.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
from execution_testing.exceptions import TransactionExceptionInstanceOrList
1717
from execution_testing.forks import Fork
1818
from execution_testing.test_types.block_types import EnvironmentGeneric
19-
from execution_testing.test_types.transaction_types import Transaction, TransactionFixtureConverter
19+
from execution_testing.test_types.transaction_types import (
20+
Transaction,
21+
TransactionFixtureConverter,
22+
)
2023

2124
from .base import BaseFixture
2225
from .common import FixtureAuthorizationTuple, FixtureBlobSchedule

src/ethereum/forks/shanghai/fork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class BlockChain:
7878
chain_id: U64
7979

8080

81-
def apply_fork(old) -> BlockChain:
81+
def apply_fork(old: BlockChain) -> BlockChain:
8282
"""
8383
Transforms the state from the previous hard fork (`old`) into the block
8484
chain object for this hard fork and returns it.

0 commit comments

Comments
 (0)