aiohttp: remove unused object causing async context issues

This commit is contained in:
lilydjwg 2024-08-08 16:38:17 +08:00
parent 7848f0907d
commit d4e27c22ac
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ from .base import BaseSession, TemporaryError, Response, HTTPError
__all__ = ['session'] __all__ = ['session']
logger = structlog.get_logger(logger_name=__name__) logger = structlog.get_logger(logger_name=__name__)
connector = aiohttp.TCPConnector(limit=20)
class AiohttpSession(BaseSession): class AiohttpSession(BaseSession):
session = None session = None