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 23, 2024
1 parent 9ebd4ef commit 5887e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"""
)


# @rewrap_exceptions(
# {
# QueryException: partialclass(HTTPException, status_code=400),
Expand Down
2 changes: 1 addition & 1 deletion agents-api/agents_api/queries/executions/get_execution.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Any, TypeVar
from uuid import UUID

import sqlvalidator
from beartype import beartype

import sqlvalidator
from ...autogen.openapi_model import Execution
from ..utils import (
pg_query,
Expand Down

0 comments on commit 5887e12

Please sign in to comment.