Skip to content

Commit c4a358c

Browse files
staru09ankaisen
authored andcommitted
updated toml file
1 parent d3fdde8 commit c4a358c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ source = ["memu"]
157157
testpaths = ["tests"]
158158
log_cli = true
159159
log_cli_level = "INFO"
160-
asyncio_mode = "auto"
160+
asyncio_mode = "auto"

tests/test_openrouter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import json
1616
import os
1717
import sys
18+
from typing import Any
1819

1920
import pytest
2021

@@ -92,7 +93,7 @@ async def test_openrouter_full_workflow():
9293
if not os.path.exists(file_path):
9394
pytest.skip(f"Test file not found: {file_path}")
9495

95-
output_data = {}
96+
output_data: dict[str, Any] = {}
9697

9798
print("\n" + "=" * 60)
9899
print("[OPENROUTER] Starting full workflow test...")

0 commit comments

Comments
 (0)