format chore

This commit is contained in:
2025-10-21 03:42:45 +05:30
parent e7734629a5
commit c3f3d1e564
2 changed files with 3 additions and 5 deletions

View File

@ -71,7 +71,7 @@ class VmlinuxHandler:
"""Handle access to vmlinux struct fields"""
# Check if it's a variable of vmlinux struct type
if struct_var_name in local_sym_tab:
var_info = local_sym_tab[struct_var_name]
var_info = local_sym_tab[struct_var_name] # noqa: F841
# Need to check if this variable is a vmlinux struct
# This will depend on how you track vmlinux struct types in your symbol table
logger.info(