Skip to content

Commit 97b8c72

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 0c73b36 commit 97b8c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ def __init__(
575575
raise TypeError("you must provide an object model, or an id and type")
576576

577577
def __repr__(self) -> str:
578-
return f'<SelectDefaultValue id={self.id} type={self.type}>'
578+
return f"<SelectDefaultValue id={self.id} type={self.type}>"
579579

580580
@classmethod
581581
def _from_data(

0 commit comments

Comments
 (0)