remove some ruff errors

This commit is contained in:
2025-10-01 00:49:23 +05:30
parent 8d5067996f
commit b095828ae2
6 changed files with 14 additions and 8 deletions

View File

@ -1,2 +1,4 @@
from .maps import HashMap, PerfEventArray
from .maps_pass import maps_proc
__all__ = ["HashMap", "PerfEventArray", "maps_proc"]