Skip to content

Commit 01dac39

Browse files
committed
combine imports
1 parent 6eca8cc commit 01dac39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/knowledge_base_indexing_wait.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"""
99

1010
import os
11-
from gradient import Gradient
12-
from gradient import IndexingJobError, IndexingJobTimeoutError
11+
12+
from gradient import Gradient, IndexingJobError, IndexingJobTimeoutError
1313

1414

1515
def main():

0 commit comments

Comments
 (0)