add type annotations

This commit is contained in:
2025-10-02 01:43:05 +05:30
parent 429f51437f
commit 23f3cbcea7
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from .helper_utils import HelperHandlerRegistry
from .bpf_helper_handler import handle_helper_call
__all__ = [HelperHandlerRegistry, handle_helper_call]
__all__ = ["HelperHandlerRegistry", "handle_helper_call"]