Fix import from deleted logger (#433)

This commit is contained in:
Albert Villanova del Moral 2025-01-30 17:34:05 +01:00 committed by GitHub
parent fa1f8d0154
commit 25c5b50222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ from smolagents.utils import AgentError, make_json_serializable
if TYPE_CHECKING:
from smolagents.logger import AgentLogger
from smolagents.models import ChatMessage
from smolagents.monitoring import AgentLogger
logger = getLogger(__name__)