aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-11-30 19:41:02 +0000
committerGravatar wookie184 <[email protected]>2022-11-30 19:41:02 +0000
commit5e21f971a3546750c075916640151604351c74b8 (patch)
tree4f1028c30cd92f88256feb074f2363f54f28b8b8 /tests/helpers.py
parentMerge branch 'main' into 2301-fix-voting-conditions (diff)
parentMerge pull request #2350 from python-discord/return-jif-rename (diff)
Merge branch 'main' into 2301-fix-voting-conditions
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index a4b919dcb..4b980ac21 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -9,9 +9,9 @@ from typing import Iterable, Optional
import discord
from aiohttp import ClientSession
-from botcore.async_stats import AsyncStatsClient
-from botcore.site_api import APIClient
from discord.ext.commands import Context
+from pydis_core.async_stats import AsyncStatsClient
+from pydis_core.site_api import APIClient
from bot.bot import Bot
from tests._autospec import autospec # noqa: F401 other modules import it via this module