suppression import inutile
This commit is contained in:
parent
1c79ffb4fd
commit
016727a36a
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ from os import environ, path
|
||||||
from re import findall
|
from re import findall
|
||||||
from discord.ext import commands, tasks
|
from discord.ext import commands, tasks
|
||||||
from random import randint, shuffle
|
from random import randint, shuffle
|
||||||
from pytz import timezone
|
|
||||||
from discord_slash import cog_ext
|
from discord_slash import cog_ext
|
||||||
from utils.reminder import Reminder
|
from utils.reminder import Reminder
|
||||||
from utils.core import map_list_among_us, getURLsInString, getMentionInString, cleanCodeStringWithMentionAndURLs, cleanUser, userOrNick
|
from utils.core import map_list_among_us, getURLsInString, getMentionInString, cleanCodeStringWithMentionAndURLs, cleanUser, userOrNick
|
||||||
|
|
Reference in a new issue