diff --git a/misskaty/helper/http.py b/misskaty/helper/http.py index ffdaa010..c938f84c 100644 --- a/misskaty/helper/http.py +++ b/misskaty/helper/http.py @@ -1,6 +1,6 @@ from asyncio import gather -from httpx AsyncClient, Timeout +from httpx import AsyncClient, Timeout from misskaty import app from aiohttp import ClientSession