Skip to content

Commit

Permalink
chore: 些細な変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Dec 3, 2023
1 parent bc643fd commit 35f1eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mipac/types/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if TYPE_CHECKING:
from mipac.types.user import IPartialUser

__all__ = ("NoteReactionPayload",)
__all__ = ("NoteReactionPayload", "IReactionAcceptance")

IReactionAcceptance = Literal[
None,
Expand Down

0 comments on commit 35f1eae

Please sign in to comment.