Skip to content

Commit cf7e023

Browse files
committed
changed for step reasoning
1 parent 3d3ba29 commit cf7e023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/labelbox/src/labelbox/schema/tool_building/step_reasoning_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import warnings
2-
from dataclasses import dataclass, field
2+
from dataclasses import field
33
from typing import Any, Dict, List, Optional
4+
from pydantic.dataclasses import dataclass
45

56
from labelbox.schema.tool_building.tool_type import ToolType
67

0 commit comments

Comments
 (0)