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 f227fe9 commit 2ae3aadCopy full SHA for 2ae3aad
pythonbpf/vmlinux_parser/import_detector.py
@@ -8,7 +8,7 @@
8
logger = logging.getLogger(__name__)
9
10
11
-def detect_import_statement(tree: ast.AST) -> List[Tuple[str, str]]:
+def detect_import_statement(tree: ast.AST) -> List[Tuple[str, ast.ImportFrom]]:
12
"""
13
Parse AST and detect import statements from vmlinux.
14
0 commit comments