We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10d877 commit 0c9a20aCopy full SHA for 0c9a20a
src/unstructured_client/_hooks/custom/split_pdf_hook.py
@@ -431,7 +431,6 @@ def after_success(
431
"""
432
# Grab the correct id out of the dummy request
433
operation_id = response.request.headers.get("operation_id")
434
- # breakpoint();
435
elements = self._await_elements(operation_id)
436
437
# if fails are disallowed, return the first failed response
0 commit comments