diff options
author | 2020-11-14 18:12:11 +0000 | |
---|---|---|
committer | 2020-11-14 18:12:11 +0000 | |
commit | 020d234e2bf1db015662dcefd978475d9bfad87f (patch) | |
tree | f3937fe719bdfb001968d726ec4321d68d4648b4 /bot/exts/evergreen/branding.py | |
parent | Remove CandyCollection cogs from loaded cogs (diff) |
Remove unused arrow import
Diffstat (limited to 'bot/exts/evergreen/branding.py')
-rw-r--r-- | bot/exts/evergreen/branding.py | 1 |
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 |