Fix Import Path In Google Calendar Eval (#355)
This commit is contained in:
parent
e3fe630c27
commit
8f11fce4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue