Skip to content

Commit ea29f72

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 032fb00 commit ea29f72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

discord/ui/separator.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ class Separator(Item[V]):
3131
The spacing size of the separator. Defaults to :attr:`~discord.SeparatorSpacingSize.small`.
3232
"""
3333

34-
def __init__(self, *, divider: bool = True, spacing: SeparatorSpacingSize = SeparatorSpacingSize.small):
34+
def __init__(
35+
self,
36+
*,
37+
divider: bool = True,
38+
spacing: SeparatorSpacingSize = SeparatorSpacingSize.small,
39+
):
3540
super().__init__()
3641

3742
self.divider = divider

0 commit comments

Comments
 (0)