Skip to content

Commit bcc3e0f

Browse files
committed
Pace lint
1 parent e2c28b8 commit bcc3e0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/memory/test_unified.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
import pytest
1111
from typing import AsyncIterator, Any
12-
from unittest.mock import AsyncMock, MagicMock
12+
# from unittest.mock import AsyncMock, MagicMock
1313

14-
from ogbujipt.memory.unified import UnifiedKB, BackendInfo
15-
from ogbujipt.memory.base import SearchResult, KBBackend
14+
from ogbujipt.memory.unified import UnifiedKB # , BackendInfo
15+
from ogbujipt.memory.base import SearchResult #, KBBackend
1616

1717

1818
# Mock backend for testing

0 commit comments

Comments
 (0)