Fix import in sys_sync example

This commit is contained in:
Pragyansh Chaturvedi
2025-10-01 18:28:40 +05:30
parent ffcd2de44d
commit 8d9ff2df3b

View File

@ -1,5 +1,5 @@
from pythonbpf import bpf, map, section, bpfglobal, compile from pythonbpf import bpf, map, section, bpfglobal, compile
from pythonbpf.helper.helpers import ktime from pythonbpf.helpers import ktime
from pythonbpf.maps import HashMap from pythonbpf.maps import HashMap
from ctypes import c_void_p, c_int64, c_uint64 from ctypes import c_void_p, c_int64, c_uint64