remove trailing whitespace

This commit is contained in:
Nadir Chowdhury
2021-03-13 05:42:25 +00:00
committed by GitHub
parent a3f700c11f
commit 7d345e8e4e
6 changed files with 23 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ class CallMessage:
@property
def call_ended(self):
""":class:`bool`: Indicates if the call has ended.
.. deprecated:: 1.7
"""
return self.ended_timestamp is not None
@@ -64,7 +64,7 @@ class CallMessage:
@property
def channel(self):
r""":class:`GroupChannel`\: The private channel associated with this message.
.. deprecated:: 1.7
"""
return self.message.channel
@@ -148,7 +148,7 @@ class GroupCall:
@property
def channel(self):
r""":class:`GroupChannel`\: Returns the channel the group call is in.
.. deprecated:: 1.7
"""
return self.call.channel