Remove Thread.type
This commit is contained in:
@@ -76,8 +76,6 @@ class Thread:
|
||||
session = attr.ib(type=_session.Session)
|
||||
#: The unique identifier of the thread.
|
||||
id = attr.ib(converter=str)
|
||||
#: Specifies the type of thread. Can be used a ``thread_type``. See :ref:`intro_threads` for more info
|
||||
type = None
|
||||
|
||||
@staticmethod
|
||||
def _parse_customization_info(data):
|
||||
|
Reference in New Issue
Block a user