Skip to content

Commit 101b394

Browse files
committed
rebase lints
Signed-off-by: jsign <jsign.uy@gmail.com>
1 parent 2e7dcef commit 101b394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ethereum_spec_tools/evm_tools/t8n/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def _run_blockchain_test(self, block_env: Any, block_output: Any) -> None:
498498
pre_state_accounts_data=self.alloc.state._main_trie,
499499
pre_state_storages_data=self.alloc.state._storage_tries,
500500
blockchain_headers=self.env.block_headers,
501-
)
501+
)
502502

503503
def run_blockchain_test(self) -> None:
504504
"""

0 commit comments

Comments
 (0)