Skip to content

Commit d8e3d4f

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

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
@@ -31,7 +31,7 @@
3131
import time
3232
from functools import partial
3333
from itertools import groupby
34-
from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Sequence, TypeVar, Self
34+
from typing import TYPE_CHECKING, Any, ClassVar, Iterator, Self, Sequence, TypeVar
3535

3636
from ..components import ActionRow as ActionRowComponent
3737
from ..components import Button as ButtonComponent

0 commit comments

Comments
 (0)