Remove explicit new style class declarations
This commit is contained in:
@@ -10,7 +10,7 @@ class GuestStatus(Enum):
|
||||
|
||||
|
||||
@attr.s(cmp=False)
|
||||
class Plan(object):
|
||||
class Plan:
|
||||
"""Represents a plan."""
|
||||
|
||||
#: ID of the plan
|
||||
|
Reference in New Issue
Block a user