mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -483,7 +483,7 @@ class Poll:
|
||||
return data
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f"<Poll duration={self.duration} question=\"{self.question}\" answers={self.answers}>"
|
||||
return f'<Poll duration={self.duration} question="{self.question}" answers={self.answers}>'
|
||||
|
||||
@property
|
||||
def question(self) -> str:
|
||||
|
Reference in New Issue
Block a user