Skip to content

Commit 98333ed

Browse files
authored
fix: 🩹 Fix imported ApplicationContext under TYPE_CHECKING (#2633)
🩹 Fix imported `ApplicationContext` under `TYPE_CHECKING`
1 parent 59ab5ec commit 98333ed

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
@@ -39,13 +39,13 @@
3939
Thread,
4040
VoiceChannel,
4141
)
42+
from ..commands import ApplicationContext
4243
from ..enums import ChannelType
4344
from ..enums import Enum as DiscordEnum
4445
from ..enums import SlashCommandOptionType
4546
from ..utils import MISSING, basic_autocomplete
4647

4748
if TYPE_CHECKING:
48-
from ..commands import ApplicationContext
4949
from ..ext.commands import Converter
5050
from ..member import Member
5151
from ..message import Attachment

0 commit comments

Comments
 (0)