aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-12-13 09:57:53 +1000
committerGravatar GitHub <[email protected]>2019-12-13 09:57:53 +1000
commit854c7951bd84ea1234199073340da957b35e8dd5 (patch)
tree74569b82d99cf0c54089e480137a832f5cec5e62 /tests/helpers.py
parentReddit: raise ClientError when the token can't be retrieved (diff)
parentDisplay time left until expiration of infraction (#679) (diff)
Merge branch 'master' into reddit-api-oauth
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():