main: fix code style
All checks were successful
CI / Code Style (autopep8) (push) Successful in 14s
CI / Tests (Python 3.12) (push) Successful in 18s
CI / Tests (Python 3.13) (push) Successful in 19s
CI / Tests (Python 3.14) (push) Successful in 19s
CI / Coverage (Python 3.12) (push) Successful in 37s

This commit is contained in:
2026-05-10 01:09:15 +03:00
parent a8740d88dd
commit 68d0afea04
3 changed files with 5 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ python_ctype_float_map = {}
python_ctype_struct_map = {} python_ctype_struct_map = {}
python_ctype_signature_map = {} python_ctype_signature_map = {}
def __init__(): def __init__():
for name in dir(ctypes): for name in dir(ctypes):
if not name.startswith('c_'): if not name.startswith('c_'):