Skip to content

Commit 65f183c

Browse files
authored
Merge pull request #142 from scaleapi/fix-not-given-import
fix: add the missing imports
2 parents 6735ccc + 652aabe commit 65f183c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/resources/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pydantic import ValidationError
1111

1212
from ..types import agent_rpc_params, agent_list_params, agent_rpc_by_name_params
13-
from .._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
13+
from .._types import NOT_GIVEN, Body, Omit, Query, Headers, NotGiven, omit, not_given
1414
from .._utils import maybe_transform, async_maybe_transform
1515
from .._compat import cached_property
1616
from .._resource import SyncAPIResource, AsyncAPIResource

0 commit comments

Comments
 (0)