aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2020-11-14 18:12:11 +0000
committerGravatar Jeremiah Boby <[email protected]>2020-11-14 18:12:11 +0000
commit020d234e2bf1db015662dcefd978475d9bfad87f (patch)
treef3937fe719bdfb001968d726ec4321d68d4648b4
parentRemove CandyCollection cogs from loaded cogs (diff)
Remove unused arrow import
-rw-r--r--bot/exts/evergreen/branding.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py
index 9204527b..fe736bc4 100644
--- a/bot/exts/evergreen/branding.py
+++ b/bot/exts/evergreen/branding.py
@@ -7,7 +7,6 @@ import typing as t
from datetime import datetime, time, timedelta
from pathlib import Path
-import arrow
import discord
from discord.embeds import EmptyEmbed
from discord.ext import commands