Skip to content

Commit

Permalink
run black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephRana11 committed Apr 9, 2024
1 parent 906de42 commit 5caf8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autonomous_agent_api/backend/app/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from fastapi import APIRouter

from backend.app.controllers import ready, demo, agent_router, trigger_router , agent_websocket
from backend.app.controllers import ready, demo, agent_router, trigger_router, agent_websocket

root_api_router = APIRouter(prefix="/api")

Expand All @@ -24,5 +24,5 @@
# For Agent Websocket connection
root_api_router.include_router(agent_websocket.router)

#For Agent Trigger
# For Agent Trigger
root_api_router.include_router(trigger_router.TriggerRouter().router, tags=["trigger"])

0 comments on commit 5caf8b9

Please sign in to comment.