Fix pre-commit conditions

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 04:05:14 +05:30
parent ddbbce400e
commit b7aa0807c5
6 changed files with 31 additions and 27 deletions

View File

@ -1,10 +1,11 @@
import time
from ctypes import c_int32, c_int64, c_uint64, c_void_p
from pylibbpf import BpfMap
from pythonbpf import BPF, bpf, bpfglobal, map, section
from pythonbpf.maps import HashMap
from pylibbpf import BpfMap
@bpf
@map