Skip to content

Commit ee90ee9

Browse files
committed
Fix type_deducer import in expr
1 parent 5f9eaff commit ee90ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/expr/expr_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
from typing import Dict
66

7-
from .type_deducer import ctypes_to_ir, is_ctypes
7+
from pythonbpf.type_deducer import ctypes_to_ir, is_ctypes
88

99
logger: Logger = logging.getLogger(__name__)
1010

0 commit comments

Comments
 (0)