Skip to content

Commit

Permalink
chore: configure healthz router with pg queries
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Dec 23, 2024
1 parent ebe9922 commit 19e96ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/routers/healthz/check_health.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from uuid import UUID

from ...models.agent.list_agents import list_agents as list_agents_query
from ...queries.agents.list_agents import list_agents as list_agents_query
from .router import router


Expand Down

0 comments on commit 19e96ba

Please sign in to comment.