Remove explicit new style class declarations

This commit is contained in:
Mads Marquart
2019-08-28 21:45:48 +02:00
parent 66505f8f41
commit 01b80b300e
9 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ class GuestStatus(Enum):
@attr.s(cmp=False)
class Plan(object):
class Plan:
"""Represents a plan."""
#: ID of the plan