Skip to content

Commit b6aed89

Browse files
Hooman Mehrclaude
andcommitted
fix: remove unused import in session sort test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 63ae99a commit b6aed89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_session_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def test_sessions_sorted_most_recent_first(self, tmp_path):
313313
import json
314314
import time
315315

316-
from baft.sessions import _SESSION_DIR, get_active_sessions
316+
from baft.sessions import get_active_sessions
317317

318318
# Create temp session dir
319319
session_dir = tmp_path / "sessions"

0 commit comments

Comments
 (0)