fix(moderation): forgot to remove an unused import
All checks were successful
Pylint / Pylint (push) Successful in 1m13s
All checks were successful
Pylint / Pylint (push) Successful in 1m13s
This commit is contained in:
parent
dd98ecdcd1
commit
77c5d6a22a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import discord
|
|||
import humanize
|
||||
import mysql.connector
|
||||
from pytimeparse2 import disable_dateutil, parse
|
||||
from redbot.core import Config, checks, commands, tasks
|
||||
from redbot.core import Config, checks, commands
|
||||
|
||||
|
||||
class Moderation(commands.Cog):
|
||||
|
|
Loading…
Reference in a new issue