Skip to content

Commit a5a39ae

Browse files
🚨 auto fix by pre-commit hooks
1 parent 0e0a8c2 commit a5a39ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nonebot/adapters/discord/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ class PollSegment(MessageSegment):
501501

502502
@override
503503
def __str__(self) -> str:
504-
return f"<Poll:{self.data["poll"].question.text}>"
504+
return f"<Poll:{self.data['poll'].question.text}>"
505505

506506

507507
class Message(BaseMessage[MessageSegment]):

0 commit comments

Comments
 (0)