Captain Ezio commited on
Commit
1f0260d
·
1 Parent(s): 105fa08

Update http_helper.py

Browse files
Files changed (1) hide show
  1. Powers/utils/http_helper.py +1 -1
Powers/utils/http_helper.py CHANGED
@@ -1,5 +1,5 @@
1
  from asyncio import gather
2
- from bot_class import aiohttpsession as session
3
 
4
  async def get(url: str, *args, **kwargs):
5
  async with session.get(url, *args, **kwargs) as resp:
 
1
  from asyncio import gather
2
+ from Powers.bot_class import aiohttpsession as session
3
 
4
  async def get(url: str, *args, **kwargs):
5
  async with session.get(url, *args, **kwargs) as resp: