Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 authored and github-actions[bot] committed Dec 18, 2024
1 parent 987fbdc commit e0d3dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/queries/chat/prepare_chat_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from ...common.protocol.sessions import ChatContext, make_session
from ..session.prepare_session_data import prepare_session_data
from ..utils import (
wrap_in_class,
pg_query,
wrap_in_class,
)

ModelT = TypeVar("ModelT", bound=Any)
Expand Down

0 comments on commit e0d3dc4

Please sign in to comment.