Remove unused imports

This commit is contained in:
Kellen
2022-04-02 02:58:39 -06:00
committed by GitHub
parent 01e2c69b20
commit 0f18d93e47
9 changed files with 6 additions and 18 deletions

View File

@ -45,10 +45,8 @@ if TYPE_CHECKING:
from discord.user import ClientUser, User
from discord.voice_client import VoiceProtocol
from .bot import Bot, AutoShardedBot
from .cog import Cog
from .core import Command
from .help import HelpCommand
from .view import StringView
# fmt: off