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 @@ from logging import Logger
from llvmlite import ir
from enum import Enum
from .maps_utils import MapProcessorRegistry
from ..debuginfo import DebugInfoGenerator
from pythonbpf.debuginfo import DebugInfoGenerator
import logging
logger: Logger = logging.getLogger(__name__)