Skip to content

Commit a53d601

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent b827ed1 commit a53d601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/shared_client_theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
colours: Sequence[Colour] = MISSING,
7878
*,
7979
base_theme: SharedClientThemeBaseType = SharedClientThemeBaseType.unset,
80-
) -> None :
80+
) -> None:
8181
colours = colours if colours is not MISSING else colors
8282

8383
if len(colours or []) > 5:

0 commit comments

Comments
 (0)