Skip to content

Commit 4af6c1e

Browse files
committed
Remove HTTPClientLibrary from __all__
1 parent 1328357 commit 4af6c1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solvedac_community/HTTPClients/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
"""
1515

1616
from .abstract_http_client import AbstractHTTPClient
17-
from .httpclient import HTTPClientLibrary
1817
from .httpclient import RequestMethod
1918
from .httpclient import ResponseData
2019
from .httpclient import Route
2120
from .httpclient import get_http_client
2221

23-
__all__ = ["AbstractHTTPClient", "HTTPClientLibrary", "RequestMethod", "ResponseData", "Route", "get_http_client"]
22+
__all__ = ["AbstractHTTPClient", "RequestMethod", "ResponseData", "Route", "get_http_client"]

0 commit comments

Comments
 (0)