aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-12-12 21:24:31 +1000
committerGravatar GitHub <[email protected]>2019-12-12 21:24:31 +1000
commit3c80adba70f1400fcde2679891e76bd7bf408f85 (patch)
treec352b58b29a7c0e710fc023239e859c0b17f2724 /tests/helpers.py
parentApply suggestions from Mark - removing `.` at the end and use double quote in... (diff)
parentMerge pull request #693 from python-discord/enh/mod/624/edit-recent-infraction (diff)
Merge branch 'master' into Display-time-left-until-expiration-of-infraction
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index b2daae92d..5df796c23 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -10,7 +10,9 @@ import unittest.mock
from typing import Any, Iterable, Optional
import discord
-from discord.ext.commands import Bot, Context
+from discord.ext.commands import Context
+
+from bot.bot import Bot
for logger in logging.Logger.manager.loggerDict.values():