Skip to content

Commit a72f1e9

Browse files
committed
Merge branch 'optional-option' of https://github.com/Lumabots/pycord into optional-option
2 parents af43f29 + 53df3a1 commit a72f1e9

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
@@ -26,8 +26,8 @@
2626

2727
import inspect
2828
import logging
29-
from enum import Enum
3029
import types
30+
from enum import Enum
3131
from typing import TYPE_CHECKING, Literal, Optional, Type, Union, get_args
3232

3333
from ..abc import GuildChannel, Mentionable

0 commit comments

Comments
 (0)