We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2f072 commit e178baaCopy full SHA for e178baa
1 file changed
src/mixedbread/resources/parsing/jobs.py
@@ -9,7 +9,7 @@
9
import httpx
10
11
from ...lib import polling
12
-from ..._types import Body, Omit, Query, Headers, NotGiven, FileTypes, omit, not_given
+from ..._types import Body, Omit, Query, Headers, NotGiven, FileTypes, omit, not_given, NOT_GIVEN
13
from ..._utils import maybe_transform, async_maybe_transform
14
from ..._compat import cached_property
15
from ..._resource import SyncAPIResource, AsyncAPIResource
0 commit comments