Optimize imports

This commit is contained in:
2021-10-11 13:22:55 +02:00
parent 8912063ddb
commit f8bc75bf42
2 changed files with 2 additions and 3 deletions

1
bot.py
View File

@@ -6,7 +6,6 @@ import time
from typing import Optional, List, Dict, Iterable
import discord
import gtts
from discord.ext import commands
from discord.ext.commands import MemberConverter
from discord_slash import SlashCommand, SlashContext, SlashCommandOptionType

View File

@@ -1,9 +1,9 @@
import asyncio
import os
import random
import string
from collections import AsyncIterable
from typing import Callable, AsyncGenerator, Optional, Any, Coroutine
from typing import Callable, AsyncGenerator, Optional, Any
import discord
import gtts