removed import

removed re from imports in galaxy.py as it isn't used
This commit is contained in:
SeaswimmerTheFsh 2023-03-14 18:21:45 -04:00
parent e5656d2aa2
commit 87ea3b273e

View file

@ -1,7 +1,6 @@
from redbot.core import commands, checks, Config, bot from redbot.core import commands, checks, Config, bot
import discord import discord
from datetime import datetime from datetime import datetime
import re
class Galaxy(commands.Cog): class Galaxy(commands.Cog):
"""Custom cog intended for use on the Galaxy discord server. """Custom cog intended for use on the Galaxy discord server.