We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9eaff commit ee90ee9Copy full SHA for ee90ee9
pythonbpf/expr/expr_pass.py
@@ -4,7 +4,7 @@
4
import logging
5
from typing import Dict
6
7
-from .type_deducer import ctypes_to_ir, is_ctypes
+from pythonbpf.type_deducer import ctypes_to_ir, is_ctypes
8
9
logger: Logger = logging.getLogger(__name__)
10
0 commit comments