Skip to content

Commit 7d0b245

Browse files
committed
fix: import path for encoding util
1 parent 108ea28 commit 7d0b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_suite/syscall/codec_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
2+
from test_suite.context.codec_utils import encode_hex_compact
23
import test_suite.invoke_pb2 as invoke_pb
34
import test_suite.vm_pb2 as vm_pb
4-
from test_suite.fuzz_interface import encode_hex_compact
55
from test_suite.instr.codec_utils import encode_input as instr_encode_input
66
from test_suite.instr.codec_utils import decode_input as instr_decode_input
77

0 commit comments

Comments
 (0)