mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Update comments after # type: ignore
to be compatible with PEP 484
This commit is contained in:
@ -709,4 +709,4 @@ class Embed:
|
||||
if self.title:
|
||||
result['title'] = self.title
|
||||
|
||||
return result # type: ignore - This payload is equivalent to the EmbedData type
|
||||
return result # type: ignore # This payload is equivalent to the EmbedData type
|
||||
|
Reference in New Issue
Block a user