Skip to content

Commit 1a5d616

Browse files
committed
chore: remove unused connect_account action handler
1 parent 75f5f71 commit 1a5d616

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

pydantic-ai/listeners/actions/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
from slack_bolt import App
44

5-
from .account_connection import handle_connect_account
65
from .issue_buttons import handle_issue_button
76
from .feedback_buttons import handle_feedback_button
87

98

109
def register(app: App):
1110
app.action(re.compile(r"^category_"))(handle_issue_button)
1211
app.action("feedback")(handle_feedback_button)
13-
app.action("connect_account")(handle_connect_account)

pydantic-ai/listeners/actions/account_connection.py

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

0 commit comments

Comments
 (0)