From 87ea3b273e0cdea047cd8462cfe4490950034740 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:21:45 -0400 Subject: [PATCH] removed import removed re from imports in galaxy.py as it isn't used --- galaxy/galaxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 28dfdf7..7046ba4 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -1,7 +1,6 @@ from redbot.core import commands, checks, Config, bot import discord from datetime import datetime -import re class Galaxy(commands.Cog): """Custom cog intended for use on the Galaxy discord server.