Skip to content

Commit b9283b6

Browse files
committed
Merge remote-tracking branch 'origin/feat/model3' into feat/model3
2 parents a7fa66a + 9a08c32 commit b9283b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

discord/ui/file_upload.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,9 @@ def refresh_from_modal(self, interaction: Interaction, data: dict) -> None:
178178
self._attachments = [
179179
Attachment(
180180
state=interaction._state,
181-
data=interaction.data["resolved"]["attachments"][attachment_id]
182-
) for attachment_id in values
181+
data=interaction.data["resolved"]["attachments"][attachment_id],
182+
)
183+
for attachment_id in values
183184
]
184185

185186
@staticmethod

0 commit comments

Comments
 (0)