test: tidy embedding follow-up imports

Agent-Logs-Url: https://github.com/MemPalace/mempalace/sessions/3213a67a-6871-4bb2-9ae0-23fa11001a22

Co-authored-by: igorls <4753812+igorls@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-24 23:10:20 +00:00
committed by GitHub
parent 9fbdba17ca
commit 3d529e7028
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,7 @@
"""Unit tests for convo_miner pure functions (no chromadb needed)."""
import contextlib
from mempalace.convo_miner import (
_file_chunks_locked,
chunk_exchanges,
@@ -116,8 +118,6 @@ class TestScanConvos:
class TestFileChunksLocked:
def test_uses_bounded_upsert_batches(self, monkeypatch):
import contextlib
import mempalace.convo_miner as convo_miner
class FakeCol: