Skip to content

Commit 6eca8cc

Browse files
committed
Removing redundant imports
1 parent 192cf3e commit 6eca8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/knowledge_base_indexing_wait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def example_async():
147147
print("\n\nExample 4: Async usage")
148148
print("-" * 50)
149149

150-
from gradient import AsyncGradient, IndexingJobError, IndexingJobTimeoutError
150+
from gradient import AsyncGradient
151151

152152
client = AsyncGradient()
153153
knowledge_base_uuid = os.getenv("KNOWLEDGE_BASE_UUID", "your-kb-uuid-here")

0 commit comments

Comments
 (0)