Fix expr imports

This commit is contained in:
Pragyansh Chaturvedi
2025-10-08 06:49:34 +05:30
committed by varun-r-mallya
parent 6f9a7301af
commit aae7aa981d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import logging
from collections.abc import Callable
from llvmlite import ir
from pythonbpf.expr_pass import eval_expr
from pythonbpf.expr import eval_expr
logger = logging.getLogger(__name__)