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 30aaf02 commit 27c90f3Copy full SHA for 27c90f3
src/unstructured_client/_hooks/custom/split_pdf_hook.py
@@ -621,7 +621,6 @@ def after_success(
621
"""
622
# Grab the correct id out of the dummy request
623
operation_id = response.request.headers.get("operation_id")
624
- # breakpoint();
625
elements = self._await_elements(operation_id)
626
627
# if fails are disallowed, return the first failed response
0 commit comments