mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
+1
-1
@@ -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