Remove redundant imports and variables

This commit is contained in:
Kellen
2022-03-29 02:50:34 -04:00
committed by GitHub
parent f5acd9e8b6
commit 4fd2d5fdfd
7 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ if TYPE_CHECKING:
from .ui.view import View
from .app_commands.models import Choice, ChoiceT
from .ui.modal import Modal
from .channel import VoiceChannel, StageChannel, TextChannel, CategoryChannel, PartialMessageable
from .channel import VoiceChannel, StageChannel, TextChannel, CategoryChannel
from .threads import Thread
from .app_commands.commands import Command, ContextMenu