From 999635f4d2d2c82a5f82cf370d73bd92b1fc1c04 Mon Sep 17 00:00:00 2001 From: Guruprasad Kamath Date: Wed, 14 Aug 2024 10:27:34 +0200 Subject: [PATCH] doc fix --- src/ethereum/prague/vm/eof/stack_height_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethereum/prague/vm/eof/stack_height_check.py b/src/ethereum/prague/vm/eof/stack_height_check.py index 6762877444..f2d98dba20 100644 --- a/src/ethereum/prague/vm/eof/stack_height_check.py +++ b/src/ethereum/prague/vm/eof/stack_height_check.py @@ -5,7 +5,7 @@ from ...vm.instructions import Ops, op_stack_items from ..exceptions import InvalidEof -from .validation import Validator +from . import Validator def stack_height_callf(validator: Validator) -> None: