Skip to content

Commit e453e01

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 65a1116 commit e453e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from collections.abc import Sequence
4-
from typing import TYPE_CHECKING, Iterator, TypeVar, Literal, overload
4+
from typing import TYPE_CHECKING, Iterator, Literal, TypeVar, overload
55

66
from ..components import Label as LabelComponent
77
from ..components import SelectDefaultValue, SelectOption, _component_factory

0 commit comments

Comments
 (0)