Skip to content

Commit 371cf5c

Browse files
committed
Remove AiohttpHTTPClient import statement
1 parent 7138530 commit 371cf5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solvedac_community/HTTPClients/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"""
1515

1616
from .abstract_http_client import AbstractHTTPClient
17-
from .aiohttp_client import AiohttpHTTPClient
1817
from .httpclient import RequestMethod
1918
from .httpclient import ResponseData
2019
from .httpclient import Route

0 commit comments

Comments
 (0)