Skip to content

Commit cf6af79

Browse files
committed
Remove stale comment
ref #1310 (comment)
1 parent 13e9a6a commit cf6af79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attr/_make.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,8 +1532,6 @@ def _make_eq(cls, attrs):
15321532
" return NotImplemented",
15331533
]
15341534

1535-
# We can't just do a big self.x = other.x and... clause due to
1536-
# irregularities like nan == nan is false but (nan,) == (nan,) is true.
15371535
globs = {}
15381536
if attrs:
15391537
lines.append(" return (")

0 commit comments

Comments
 (0)