format chore

This commit is contained in:
2025-10-04 06:33:09 +05:30
parent 7aeac86bd3
commit 7720fe9f9f
2 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,6 @@ def somevalue2() -> c_int64:
def somevalue1() -> c_int32:
return c_int32(0)
import ast
from dataclasses import dataclass
from typing import List
# --- Passing examples ---