Enable model comparisons

This commit is contained in:
Mads Marquart
2019-10-22 20:04:08 +02:00
parent bdd7f69a66
commit ce8711ba65
12 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
import attr
@attr.s(cmp=False)
@attr.s
class Poll:
"""Represents a poll."""
@@ -24,7 +24,7 @@ class Poll:
)
@attr.s(cmp=False)
@attr.s
class PollOption:
"""Represents a poll option."""