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 4054a11 commit c3add9fCopy full SHA for c3add9f
unstructured_platform_plugins/etl_uvicorn/errors.py
@@ -1,7 +1,7 @@
1
from abc import ABC
2
from typing import Any, Optional
3
4
-import unstructured_ingest.v2.errors as ingest_errors
+import unstructured_ingest.errors_v2 as ingest_errors
5
from fastapi import HTTPException
6
7
0 commit comments