Remove stale comment
ref https://github.com/python-attrs/attrs/pull/1310#issuecomment-2480152650
This commit is contained in:
parent
13e9a6aaea
commit
cf6af79d9b
|
@ -1532,8 +1532,6 @@ def _make_eq(cls, attrs):
|
|||
" return NotImplemented",
|
||||
]
|
||||
|
||||
# We can't just do a big self.x = other.x and... clause due to
|
||||
# irregularities like nan == nan is false but (nan,) == (nan,) is true.
|
||||
globs = {}
|
||||
if attrs:
|
||||
lines.append(" return (")
|
||||
|
|
Loading…
Reference in New Issue