Fix type_deducer import in expr

This commit is contained in:
Pragyansh Chaturvedi
2025-10-08 06:50:53 +05:30
parent 5f9eaff59c
commit ee90ee9392

View File

@ -4,7 +4,7 @@ from logging import Logger
import logging
from typing import Dict
from .type_deducer import ctypes_to_ir, is_ctypes
from pythonbpf.type_deducer import ctypes_to_ir, is_ctypes
logger: Logger = logging.getLogger(__name__)