Skip to content

Commit 80ff839

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 310ecf9 commit 80ff839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/ui/view.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,8 @@ def walk_children(self) -> Iterator[Item]:
706706

707707
def copy_text(self) -> str:
708708
"""Returns the text of all :class:`~discord.ui.TextDisplay` items in this View.
709-
Equivalent to the `Copy Text` option on Discord clients."""
709+
Equivalent to the `Copy Text` option on Discord clients.
710+
"""
710711
return "\n".join(t for i in self.children if (t := i.copy_text()))
711712

712713
@property

0 commit comments

Comments
 (0)