Skip to content

Commit 99a71ae

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent a5a7255 commit 99a71ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

discord/ui/view.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,7 @@ def from_components(
765765
The converted view. This always returns a :class:`View` and not
766766
one of its subclasses.
767767
"""
768-
view = View(
769-
timeout=timeout, disable_on_timeout=disable_on_timeout, store=store
770-
)
768+
view = View(timeout=timeout, disable_on_timeout=disable_on_timeout, store=store)
771769
for row_index, component in enumerate(components):
772770
if isinstance(component, ActionRowComponent):
773771
for child in component.children:

0 commit comments

Comments
 (0)