Skip to content

Commit ab28eee

Browse files
committed
fix lints
1 parent e10f211 commit ab28eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/do_gradientai/types/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
GPUDropletListSnapshotsParams as GPUDropletListSnapshotsParams,
138138
)
139139
from .agents.evaluation_metrics.anthropic import (
140-
key_list_agents_response, # type: ignore # noqa: F401
140+
key_list_response, # type: ignore # noqa: F401
141141
)
142142
from .gpu_droplet_list_firewalls_response import (
143143
GPUDropletListFirewallsResponse as GPUDropletListFirewallsResponse,

0 commit comments

Comments
 (0)