chore: fixed imports and tests configuration
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
"""Tests for filesystem tools."""
|
||||
|
||||
import pytest
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from agent.tools import filesystem as fs_tools
|
||||
from infrastructure.persistence import get_memory
|
||||
from alfred.agent.tools import filesystem as fs_tools
|
||||
from alfred.infrastructure.persistence import get_memory
|
||||
|
||||
|
||||
class TestSetPathForFolder:
|
||||
|
||||
Reference in New Issue
Block a user