From 8d9ff2df3bb354b7c569dc752f65fdf5d59f479d Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Wed, 1 Oct 2025 18:28:40 +0530 Subject: [PATCH] Fix import in sys_sync example --- examples/sys_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sys_sync.py b/examples/sys_sync.py index f8cf45b..7020791 100644 --- a/examples/sys_sync.py +++ b/examples/sys_sync.py @@ -1,5 +1,5 @@ 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 ctypes import c_void_p, c_int64, c_uint64