format chore

This commit is contained in:
2025-10-11 21:33:39 +05:30
parent 7c559840f0
commit abbf17748d
11 changed files with 27 additions and 10 deletions

View File

@ -92,7 +92,5 @@ def identify_ctypes_type(t):
elif issubclass(t, ctypes._SimpleCData):
print("Scalar type")
print("Base type:", t)
else:
print("Other ctypes type")
else:
print("Instance, not type")
raise TypeError("Instance sent instead of Class")