File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
agents/evaluation_metrics Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 agent_update_status_response ,
1515)
1616from .. import _compat
17- from .agents import evaluation_metrics # noqa: F401
18- from .models import providers # noqa: F401
17+ from .agents import evaluation_metrics # type: ignore # noqa: F401
18+ from .models import providers # type: ignore # noqa: F401
1919from .shared import (
2020 Size as Size ,
2121 Image as Image ,
6969from .api_openai_api_key_info import APIOpenAIAPIKeyInfo as APIOpenAIAPIKeyInfo
7070from .gpu_droplet_list_params import GPUDropletListParams as GPUDropletListParams
7171from .model_retrieve_response import ModelRetrieveResponse as ModelRetrieveResponse
72- from .agents .evaluation_metrics import workspaces # noqa: F401
72+ from .agents .evaluation_metrics import workspaces # type: ignore # noqa: F401
7373from .api_deployment_visibility import (
7474 APIDeploymentVisibility as APIDeploymentVisibility ,
7575)
140140 GPUDropletListSnapshotsResponse as GPUDropletListSnapshotsResponse ,
141141)
142142from .agents .evaluation_metrics .workspaces import (
143- agent_list_response , # noqa: F401
144- agent_move_response , # noqa: F401
143+ agent_list_response , # type: ignore # noqa: F401
144+ agent_move_response , # type: ignore # noqa: F401
145145)
146146
147147# Rebuild cyclical models only after all modules are imported.
Original file line number Diff line number Diff line change 22
33from __future__ import annotations
44
5- from . import workspaces # noqa: F401
5+ from . import workspaces # type: ignore # noqa: F401
66from .model_list_params import ModelListParams as ModelListParams
77from .model_list_response import ModelListResponse as ModelListResponse
88from .workspace_create_params import WorkspaceCreateParams as WorkspaceCreateParams
You can’t perform that action at this time.
0 commit comments