Remove return and setter docstring
This commit is contained in:
committed by
GitHub
parent
31f8813665
commit
09a75eb78e
@@ -455,9 +455,6 @@ class Embed:
|
|||||||
|
|
||||||
@thumbnail.setter
|
@thumbnail.setter
|
||||||
def thumbnail(self: E, url: Any):
|
def thumbnail(self: E, url: Any):
|
||||||
"""Sets the thumbnail for the embed content.
|
|
||||||
"""
|
|
||||||
|
|
||||||
if url is EmptyEmbed:
|
if url is EmptyEmbed:
|
||||||
del self._thumbnail
|
del self._thumbnail
|
||||||
else:
|
else:
|
||||||
@@ -465,8 +462,6 @@ class Embed:
|
|||||||
'url': str(url),
|
'url': str(url),
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
@thumbnail.deleter
|
@thumbnail.deleter
|
||||||
def thumbnail(self):
|
def thumbnail(self):
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user