Skip to content

Commit 5c6f0e5

Browse files
Fix attrs warning on cmp.
1 parent 581f788 commit 5c6f0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsinfer/formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ def populations(self):
20972097
yield Population(j, metadata=metadata)
20982098

20992099

2100-
@attr.s(cmp=False)
2100+
@attr.s(order=False, eq=False)
21012101
class Ancestor:
21022102
"""
21032103
An ancestor object.

0 commit comments

Comments
 (0)