Skip to content

Commit b669a88

Browse files
committed
oops broke ci
1 parent 6cc0385 commit b669a88

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

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

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
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 (
20-
Transaction,
21-
TransactionFixtureConverter,
22-
)
19+
from execution_testing.test_types.transaction_types import Transaction, TransactionFixtureConverter
2320

2421
from .base import BaseFixture
2522
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) -> BlockChain:
81+
def apply_fork(old) -> 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)