CodeGen part1 - move ActionType to it's own py file (#2655)
This commit is contained in:
@@ -11,9 +11,9 @@ from skyvern.forge.prompts import prompt_engine
|
||||
from skyvern.forge.sdk.models import Step
|
||||
from skyvern.forge.sdk.schemas.tasks import Task
|
||||
from skyvern.utils.image_resizer import Resolution, scale_coordinates
|
||||
from skyvern.webeye.actions.action_types import ActionType
|
||||
from skyvern.webeye.actions.actions import (
|
||||
Action,
|
||||
ActionType,
|
||||
CheckboxAction,
|
||||
ClickAction,
|
||||
CompleteAction,
|
||||
|
||||
Reference in New Issue
Block a user