Skip to content

Commit 6362a5e

Browse files
committed
Fix expr imports
1 parent d38d73d commit 6362a5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonbpf/expr/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
from .expr_pass import eval_expr, handle_expr, convert_to_bool
1+
from .expr_pass import eval_expr, handle_expr
2+
from .type_normalization import convert_to_bool
23

34
__all__ = ["eval_expr", "handle_expr", "convert_to_bool"]

0 commit comments

Comments
 (0)