File tree Expand file tree Collapse file tree
slack_bolt/adapter/fastapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# ------------------------------------------------
77
88from slack_bolt .async_app import AsyncApp
9- from slack_bolt .adapter .fastapi import AsyncSlackRequestHandler
9+ from slack_bolt .adapter .fastapi . async_handler import AsyncSlackRequestHandler
1010
1111app = AsyncApp ()
1212app_handler = AsyncSlackRequestHandler (app )
Original file line number Diff line number Diff line change 66# ------------------------------------------------
77
88from slack_bolt .async_app import AsyncApp
9- from slack_bolt .adapter .fastapi import AsyncSlackRequestHandler
9+ from slack_bolt .adapter .fastapi . async_handler import AsyncSlackRequestHandler
1010
1111app = AsyncApp ()
1212app_handler = AsyncSlackRequestHandler (app )
Original file line number Diff line number Diff line change 1- from .. starlette . async_handler import AsyncSlackRequestHandler # noqa
1+ # Don't add async module imports here
22from ..starlette .handler import SlackRequestHandler # noqa
Original file line number Diff line number Diff line change 1+ from ..starlette .async_handler import AsyncSlackRequestHandler # noqa
You can’t perform that action at this time.
0 commit comments