removed import
removed re from imports in galaxy.py as it isn't used
This commit is contained in:
parent
e5656d2aa2
commit
87ea3b273e
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue