aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar bast <[email protected]>2020-09-25 14:25:29 -0700
committerGravatar bast <[email protected]>2020-09-25 14:25:29 -0700
commit5707d6fce9eccf9aba1bede459b7cf8daa04e33e (patch)
tree20c45d1ea91cb941b6ad871de470b2a10799f5ed /bot/exts
parentMake .bm handle embed-suppression syntax for message links <link> (diff)
Add more docstrings and flake8 cleanup
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/evergreen/bookmark.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/bookmark.py b/bot/exts/evergreen/bookmark.py
index 0adf1e68..bb86e18d 100644
--- a/bot/exts/evergreen/bookmark.py
+++ b/bot/exts/evergreen/bookmark.py
@@ -5,7 +5,6 @@ import discord
from discord.ext import commands
from bot.constants import Colours, ERROR_REPLIES, Emojis, Icons
-
from bot.utils.converters import BetterMessageConverter
log = logging.getLogger(__name__)