Skip to content
Closed
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
8 changes: 7 additions & 1 deletion src/cli/gentest/templates/blockchain_test/transaction.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ from typing import Dict

import pytest

from ethereum_test_tools import Account, Environment, StateTestFiller, Storage, Transaction
from ethereum_test_rpc.types import TransactionByHashResponse
from ethereum_test_tools import (
Account,
Environment,
StateTestFiller,
Storage,
)

REFERENCE_SPEC_GIT_PATH = "N/A"
REFERENCE_SPEC_VERSION = "N/A"
Expand Down
Loading