Remove explicit new style class declarations
This commit is contained in:
@@ -70,7 +70,7 @@ class ThreadColor(Enum):
|
||||
|
||||
|
||||
@attr.s(cmp=False, init=False)
|
||||
class Thread(object):
|
||||
class Thread:
|
||||
"""Represents a Facebook thread."""
|
||||
|
||||
#: The unique identifier of the thread. Can be used a ``thread_id``. See :ref:`intro_threads` for more info
|
||||
|
Reference in New Issue
Block a user