Fix quality (#272)

This commit is contained in:
Albert Villanova del Moral 2025-01-20 09:49:20 +01:00 committed by GitHub
parent 06a8c546b9
commit 89a6350fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ from .local_python_executor import (
fix_final_answer_code, fix_final_answer_code,
) )
from .models import ( from .models import (
MessageRole,
ChatMessage, ChatMessage,
MessageRole,
) )
from .monitoring import Monitor from .monitoring import Monitor
from .prompts import ( from .prompts import (