float assignments to class_handler.py

This commit is contained in:
2025-10-20 04:31:23 +05:30
parent e636fcaea7
commit 8da50b7068
4 changed files with 21 additions and 10 deletions

View File

@ -1,4 +1,4 @@
from pythonbpf import bpf, section, bpfglobal, compile_to_ir, compile
from pythonbpf import bpf, section, bpfglobal, compile_to_ir
from vmlinux import TASK_COMM_LEN # noqa: F401
from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401