Skip to content

Commit bc17d34

Browse files
committed
Remove all deprecated modules
1 parent 14ecfa2 commit bc17d34

File tree

99 files changed

+2
-19876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2
-19876
lines changed

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Contents:
1212
:maxdepth: 4
1313

1414
linebot.v3
15-
linebot
1615

1716

1817
Indices and tables

docs/source/linebot.models.rst

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/source/linebot.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

linebot/__init__.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,3 @@
1818
from .__about__ import ( # noqa
1919
__version__
2020
)
21-
from .api import ( # noqa
22-
LineBotApi,
23-
)
24-
from .async_api import ( # noqa
25-
AsyncLineBotApi,
26-
)
27-
from .http_client import ( # noqa
28-
HttpClient,
29-
RequestsHttpClient,
30-
HttpResponse,
31-
)
32-
from .async_http_client import ( # noqa
33-
AsyncHttpClient,
34-
AsyncHttpResponse,
35-
)
36-
from .webhook import ( # noqa
37-
SignatureValidator,
38-
WebhookParser,
39-
WebhookHandler,
40-
WebhookPayload,
41-
)
42-
43-
from .deprecations import (
44-
LineBotSdkDeprecationWarning,
45-
LineBotSdkDeprecatedIn30,
46-
)

linebot/aiohttp_async_http_client.py

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)