mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
fix the lint error in backend
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
"""Tests for user_id propagation in memory updater."""
|
||||
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from deerflow.agents.memory.updater import get_memory_data, clear_memory_data, _save_memory_to_file
|
||||
from deerflow.agents.memory.updater import _save_memory_to_file, clear_memory_data, get_memory_data
|
||||
|
||||
|
||||
def test_get_memory_data_passes_user_id():
|
||||
|
||||
Reference in New Issue
Block a user