remove ruff errors. May contain breaking changes.

This commit is contained in:
2025-10-01 00:54:04 +05:30
parent b095828ae2
commit c27da22bcb
5 changed files with 21 additions and 7 deletions

View File

@ -3,7 +3,7 @@ import time
from pythonbpf import bpf, map, section, bpfglobal, BPF
from pythonbpf.helpers import pid
from pythonbpf.maps import HashMap
from pylibbpf import *
from pylibbpf import BpfMap
from ctypes import c_void_p, c_int64, c_uint64, c_int32
import matplotlib.pyplot as plt