Skip to content

Commit 10c56e9

Browse files
committed
fix: export AsyncBoltAgent from agent module
1 parent fadc1a4 commit 10c56e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

slack_bolt/agent/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from slack_bolt.agent.agent import BoltAgent
2+
from slack_bolt.agent.async_agent import AsyncBoltAgent
23

34
__all__ = [
5+
"AsyncBoltAgent",
46
"BoltAgent",
57
]

0 commit comments

Comments
 (0)