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

@@ -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