Skip to content

Commit 3ba2a84

Browse files
Remove unnecessary type ignore
1 parent 966a0f1 commit 3ba2a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/oci/tests/integration_tests/chat_models/test_tool_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def should_continue(state: MessagesState):
428428

429429
# Invoke agent with a diagnostic scenario
430430
result = agent.invoke(
431-
{ # type: ignore[arg-type]
431+
{
432432
"messages": [
433433
SystemMessage(content=system_prompt),
434434
HumanMessage(

0 commit comments

Comments
 (0)