Skip to content

Commit ddd5792

Browse files
authored
Update agents.py
1 parent 4e15db6 commit ddd5792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gradient/resources/agents/agents.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from __future__ import annotations
44

5-
import time
65
import httpx
6+
import time
77

88
from .routes import (
99
RoutesResource,
@@ -1237,6 +1237,7 @@ async def wait_until_ready(
12371237
ValueError: If uuid is empty
12381238
"""
12391239
import asyncio
1240+
12401241
from ..._exceptions import AgentDeploymentError, AgentDeploymentTimeoutError
12411242

12421243
if not uuid:

0 commit comments

Comments
 (0)