Update comments after # type: ignore to be compatible with PEP 484

This commit is contained in:
jack1142
2022-03-27 22:26:34 -04:00
committed by GitHub
parent 0bcb0d0e3c
commit 5ffa3e85de
25 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -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