If needed, it is considered wrong anyway, because it should be annotated
as class attribute.
class PGconn_struct(Structure):
- _fields_: list[tuple[str, type]] = []
+ _fields_ = []
class PGresult_struct(Structure):
- _fields_: list[tuple[str, type]] = []
+ _fields_ = []
class PQconninfoOption_struct(Structure):
class PGcancelConn_struct(Structure):
- _fields_: list[tuple[str, type]] = []
+ _fields_ = []
class PGcancel_struct(Structure):
- _fields_: list[tuple[str, type]] = []
+ _fields_ = []
class PGresAttDesc_struct(Structure):