mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Update comments after # type: ignore
to be compatible with PEP 484
This commit is contained in:
@@ -507,7 +507,7 @@ class MessageReference:
|
||||
result['guild_id'] = self.guild_id
|
||||
if self.fail_if_not_exists is not None:
|
||||
result['fail_if_not_exists'] = self.fail_if_not_exists
|
||||
return result # type: ignore - Type checker doesn't understand these are the same.
|
||||
return result # type: ignore # Type checker doesn't understand these are the same.
|
||||
|
||||
to_message_reference_dict = to_dict
|
||||
|
||||
|
Reference in New Issue
Block a user