Skip to content

Commit 2332bc9

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 2974f06 commit 2332bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/commands/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
from ..utils import MISSING, basic_autocomplete
4646

4747
if TYPE_CHECKING:
48+
from ..commands import ApplicationContext
4849
from ..ext.commands import Converter
4950
from ..member import Member
5051
from ..message import Attachment
5152
from ..role import Role
5253
from ..user import User
53-
from ..commands import ApplicationContext
5454

5555
InputType = Union[
5656
Type[str],

0 commit comments

Comments
 (0)