diff options
author | 2022-11-27 14:30:13 +0000 | |
---|---|---|
committer | 2022-11-27 14:30:13 +0000 | |
commit | 26b57014c6b070e7d8ca2f40375a79a221c83543 (patch) | |
tree | 3323773d23e2a0577b0bfc137dd76b5a796d7e36 /tests/helpers.py | |
parent | Link directly to the sqlite3 placeholder howto (diff) | |
parent | Merge pull request #2339 from python-discord/auto-archive-help-posts (diff) |
Merge branch 'main' into patch-1
Diffstat (limited to 'tests/helpers.py')
-rw-r--r-- | tests/helpers.py | 4 |
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 |