Skip to content

Commit b371348

Browse files
committed
remove unused imports in sync client
1 parent db5e37a commit b371348

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/humanloop/sync/sync_client.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
import multiprocessing
2-
import os
31
import logging
42
from pathlib import Path
5-
import concurrent.futures
6-
from typing import List, TYPE_CHECKING, Union, cast, Optional, Dict
3+
from typing import List, TYPE_CHECKING, Optional
74
from functools import lru_cache
85

9-
from humanloop.types import FileType, PromptResponse, AgentResponse, ToolResponse, DatasetResponse, EvaluatorResponse, FlowResponse
10-
from humanloop.core.api_error import ApiError
11-
126
if TYPE_CHECKING:
137
from humanloop.base_client import BaseHumanloop
148

0 commit comments

Comments
 (0)