task v2 refactor part 2: observer schema py -> task_v2 schema py (#1814)

This commit is contained in:
Shuchang Zheng
2025-02-22 03:21:19 -08:00
committed by GitHub
parent 626a8c71de
commit 713005f403
18 changed files with 19 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ from skyvern.forge.sdk.db.id import (
generate_workflow_run_block_id,
generate_workflow_run_id,
)
from skyvern.forge.sdk.schemas.observers import ObserverThoughtType
from skyvern.forge.sdk.schemas.task_v2 import ObserverThoughtType
class Base(AsyncAttrs, DeclarativeBase):