Skip to content

Commit

Permalink
🐛 fix pydantic v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Feb 18, 2024
1 parent cca67d6 commit 8d9922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/feishu/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class MessageEvent(Event):
:类型: ``bool``
"""
reply: Optional[Reply]
reply: Optional[Reply] = None

if TYPE_CHECKING:
_message: Message
Expand Down

0 comments on commit 8d9922b

Please sign in to comment.