Skip to content

Commit 45a5c44

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 64f3c4f commit 45a5c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/action_row.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ..utils import find, get
1111
from .button import Button
1212
from .file import File
13-
from .item import ViewItem, ItemCallbackType
13+
from .item import ItemCallbackType, ViewItem
1414
from .select import Select
1515

1616
__all__ = ("ActionRow",)

0 commit comments

Comments
 (0)