Skip to content

Commit c694456

Browse files
acailicclaude
andcommitted
fix: remove unused sqlalchemy.exists import in storage/search.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0471c3d commit c694456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

storage/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from datetime import datetime
1111
from typing import Any
1212

13-
from sqlalchemy import String, cast, exists, or_, select
13+
from sqlalchemy import String, cast, or_, select
1414
from sqlalchemy.ext.asyncio import AsyncSession
1515

1616
from agent_debugger_sdk.core.events import Session, TraceEvent

0 commit comments

Comments
 (0)