Skip to content

Commit 7daff7d

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 7e94257 commit 7daff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _component_to_item(component: Component) -> Item:
106106
return Container.from_component(component)
107107
if isinstance(component, ActionRow):
108108
# Handle ActionRow.children manually, or design ui.ActionRow?
109-
109+
110110
return component
111111
return Item.from_component(component)
112112

0 commit comments

Comments
 (0)