From 419a0bbcace077ef89a063d0caf22b97b681bed4 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Wed, 14 Jun 2023 22:15:29 +0000 Subject: [PATCH] tests/4844: utils tox fix --- tests/eips/eip4844/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eips/eip4844/utils.py b/tests/eips/eip4844/utils.py index 5ea03ff48c..05f75f9827 100644 --- a/tests/eips/eip4844/utils.py +++ b/tests/eips/eip4844/utils.py @@ -10,8 +10,8 @@ from ethereum_test_tools import ( Auto, TestAddress, - YulCompiler, Transaction, + YulCompiler, add_kzg_version, compute_create2_address, compute_create_address,