Open matrixbot opened 10 months ago
This issue has been migrated from #9641.
There are a handful of places left that use the deprecated cmp argument on the attr.s decorator:
cmp
attr.s
These should be fixed.
Hey, is this that really decrepated? https://www.attrs.org/en/stable/api-attr.html#attr.s Says deprecated in 19.2.0 but then Changed in version 21.1.0: cmp undeprecated
Changed in version 21.1.0: cmp undeprecated
This issue has been migrated from #9641.
Description
There are a handful of places left that use the deprecated
cmp
argument on theattr.s
decorator:These should be fixed.