We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38d73d commit 6362a5eCopy full SHA for 6362a5e
pythonbpf/expr/__init__.py
@@ -1,3 +1,4 @@
1
-from .expr_pass import eval_expr, handle_expr, convert_to_bool
+from .expr_pass import eval_expr, handle_expr
2
+from .type_normalization import convert_to_bool
3
4
__all__ = ["eval_expr", "handle_expr", "convert_to_bool"]
0 commit comments