mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
format chore
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user