mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-11 07:30:56 +00:00
Fix pre-commit conditions
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user