Fix Import Path In Google Calendar Eval (#355)

This commit is contained in:
Eric Gustin 2025-04-08 14:02:11 -08:00 committed by GitHub
parent e3fe630c27
commit 8f11fce4b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@ from arcade.sdk.eval import (
)
import arcade_google
from arcade_google.models import EventVisibility, SendUpdatesOptions
from arcade_google.tools.calendar import (
create_event,
delete_event,
list_events,
update_event,
)
from arcade_google.tools.models import EventVisibility, SendUpdatesOptions
# Evaluation rubric
rubric = EvalRubric(