Skip to content

Commit e574156

Browse files
add full confidence import parsing
1 parent 93634a4 commit e574156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/failing_tests/xdp_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pythonbpf.helper import XDP_PASS
44
from vmlinux import struct_xdp_md
55

6-
# from vmlinux import struct_ring_buffer_per_cpu # noqa: F401
6+
from vmlinux import struct_ring_buffer_per_cpu # noqa: F401
77
from vmlinux import struct_xdp_buff # noqa: F401
88

99
# from vmlinux import struct_xdp_md

0 commit comments

Comments
 (0)