chore: fixed imports and tests configuration
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
"""Edge case tests for configuration and parameters."""
|
||||
|
||||
import os
|
||||
import pytest
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from agent.config import ConfigurationError, Settings
|
||||
from agent.parameters import (
|
||||
from alfred.agent.config import ConfigurationError, Settings
|
||||
from alfred.agent.parameters import (
|
||||
REQUIRED_PARAMETERS,
|
||||
ParameterSchema,
|
||||
format_parameters_for_prompt,
|
||||
|
||||
Reference in New Issue
Block a user