Skip to content

Commit 9a08c32

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 4478fcb commit 9a08c32

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)