From d1e18782080b1afefe582232979cb5e5ad0fd837 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Thu, 22 Aug 2024 13:51:00 +0000 Subject: [PATCH] fix: tox (imports) --- tests/prague/eip7692_eof_v1/eip7069_extcall/test_gas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/prague/eip7692_eof_v1/eip7069_extcall/test_gas.py b/tests/prague/eip7692_eof_v1/eip7069_extcall/test_gas.py index 3ee065ba25..328d57d074 100644 --- a/tests/prague/eip7692_eof_v1/eip7069_extcall/test_gas.py +++ b/tests/prague/eip7692_eof_v1/eip7069_extcall/test_gas.py @@ -9,9 +9,10 @@ from ethereum_test_tools.eof.v1 import Container, Section from ethereum_test_tools.vm.opcode import Opcodes as Op from ethereum_test_vm import Bytecode, EVMCodeType + +from .. import EOF_FORK_NAME from . import REFERENCE_SPEC_GIT_PATH, REFERENCE_SPEC_VERSION from .helpers import slot_cold_gas, slot_warm_gas -from .. import EOF_FORK_NAME REFERENCE_SPEC_GIT_PATH = REFERENCE_SPEC_GIT_PATH REFERENCE_SPEC_VERSION = REFERENCE_SPEC_VERSION