mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 14:07:55 +00:00
fix: remaining unused import lint errors in slack_daemon and agent_manager_routes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
caf0e59f16
commit
eeb66a1606
@@ -44,7 +44,6 @@ def run_slack_daemon(
|
||||
) -> None:
|
||||
"""Run the Slack daemon (blocking). Handles DMs with DeepResearch."""
|
||||
import threading
|
||||
import time
|
||||
|
||||
from slack_bolt import App
|
||||
from slack_bolt.adapter.socket_mode import SocketModeHandler
|
||||
|
||||
@@ -1394,6 +1394,8 @@ def create_agent_manager_router(
|
||||
try:
|
||||
from openjarvis.channels.slack_daemon import (
|
||||
start_slack_daemon,
|
||||
)
|
||||
from openjarvis.channels.slack_daemon import (
|
||||
stop_daemon as stop_slack,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user