Skip to content

Commit 4fa413a

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent cf73790 commit 4fa413a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def key(item: Item[M]) -> int:
205205
for item in group:
206206
if item.uses_label() or isinstance(item, Select):
207207
labels = True
208-
elif isinstance(item, (TextDisplay, )):
208+
elif isinstance(item, (TextDisplay,)):
209209
toplevel = True
210210
children.append(item)
211211
if not children:

0 commit comments

Comments
 (0)