Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Contents:
:maxdepth: 4

linebot.v3
linebot


Indices and tables
Expand Down
97 changes: 0 additions & 97 deletions docs/source/linebot.models.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/source/linebot.rst

This file was deleted.

26 changes: 0 additions & 26 deletions linebot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,3 @@
from .__about__ import ( # noqa
__version__
)
from .api import ( # noqa
LineBotApi,
)
from .async_api import ( # noqa
AsyncLineBotApi,
)
from .http_client import ( # noqa
HttpClient,
RequestsHttpClient,
HttpResponse,
)
from .async_http_client import ( # noqa
AsyncHttpClient,
AsyncHttpResponse,
)
from .webhook import ( # noqa
SignatureValidator,
WebhookParser,
WebhookHandler,
WebhookPayload,
)

from .deprecations import (
LineBotSdkDeprecationWarning,
LineBotSdkDeprecatedIn30,
)
164 changes: 0 additions & 164 deletions linebot/aiohttp_async_http_client.py

This file was deleted.

Loading