Skip to content

Commit

Permalink
fix: 🩹 Fix imported ApplicationContext under TYPE_CHECKING (#2633)
Browse files Browse the repository at this point in the history
🩹 Fix imported `ApplicationContext` under `TYPE_CHECKING`
  • Loading branch information
Paillat-dev authored Oct 29, 2024
1 parent 59ab5ec commit 98333ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/commands/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
Thread,
VoiceChannel,
)
from ..commands import ApplicationContext
from ..enums import ChannelType
from ..enums import Enum as DiscordEnum
from ..enums import SlashCommandOptionType
from ..utils import MISSING, basic_autocomplete

if TYPE_CHECKING:
from ..commands import ApplicationContext
from ..ext.commands import Converter
from ..member import Member
from ..message import Attachment
Expand Down

0 comments on commit 98333ed

Please sign in to comment.