Remove stale comment

ref
https://github.com/python-attrs/attrs/pull/1310#issuecomment-2480152650
This commit is contained in:
Hynek Schlawack 2024-11-16 10:59:32 +01:00
parent 13e9a6aaea
commit cf6af79d9b
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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 (")