File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242from .task_group_create_params import TaskGroupCreateParams as TaskGroupCreateParams
4343from .task_group_events_params import TaskGroupEventsParams as TaskGroupEventsParams
4444from .task_run_events_response import TaskRunEventsResponse as TaskRunEventsResponse
45+ from .findall_retrieve_response import FindallRetrieveResponse as FindallRetrieveResponse
4546from .task_group_add_runs_params import TaskGroupAddRunsParams as TaskGroupAddRunsParams
4647from .task_group_events_response import TaskGroupEventsResponse as TaskGroupEventsResponse
4748from .task_group_get_runs_params import TaskGroupGetRunsParams as TaskGroupGetRunsParams
Original file line number Diff line number Diff line change 1+ from .findall_run import FindallRun
2+
3+ # for backwards compatibility with v0.3.4
4+ FindallRetrieveResponse = FindallRun
You can’t perform that action at this time.
0 commit comments