Skip to content

Commit 0919d30

Browse files
author
Andrei Bratu
committed
fix circular import
1 parent 8ce6ed1 commit 0919d30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/humanloop/overload.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from typing import Any, Callable, Dict, Optional, TypeVar, Union
55

66
from humanloop.agents.client import AgentsClient
7-
from humanloop.client import ExtendedPromptsClient
87
from humanloop.context import (
98
get_decorator_context,
109
get_evaluation_context,
@@ -188,7 +187,7 @@ def _overload_call(self: Any, sync_client: Optional[SyncClient], use_local_files
188187
"ClientTemplateType",
189188
bound=Union[
190189
FlowsClient,
191-
ExtendedPromptsClient,
190+
PromptsClient,
192191
AgentsClient,
193192
ToolsClient,
194193
],

0 commit comments

Comments
 (0)