format chore

This commit is contained in:
2025-10-04 06:33:09 +05:30
parent 40ae3d825a
commit 130d8a9edc
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 ---