Captain Ezio commited on
Commit
49f9bbd
·
1 Parent(s): aca22ac

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,7 +1,7 @@
1
  from asyncio import gather
2
 
3
  # from Powers.bot_class import aiohttpsession as session
4
- from aiohttp import ClientSession as session
5
 
6
  async def get(url: str, *args, **kwargs):
7
  async with aiohttp.ClientSession() as session:
 
1
  from asyncio import gather
2
 
3
  # from Powers.bot_class import aiohttpsession as session
4
+ import aiohttp
5
 
6
  async def get(url: str, *args, **kwargs):
7
  async with aiohttp.ClientSession() as session: