Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-mtos authored and github-actions[bot] committed Dec 16, 2024
1 parent 45d60e9 commit 4e42b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agents-api/agents_api/clients/pg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import asyncpg
import json

import asyncpg

from ..env import db_dsn
from ..web import app

Expand Down
2 changes: 1 addition & 1 deletion agents-api/agents_api/queries/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def pg_query_dec(func: Callable[P, tuple[str | list[Any], dict]]):
stop_after_attempt,
wait_exponential,
)

# TODO: Remove all tenacity decorators
# @retry(
# stop=stop_after_attempt(4),
Expand Down

0 comments on commit 4e42b3d

Please sign in to comment.