Skip to content

Commit c3add9f

Browse files
committed
fix import
1 parent 4054a11 commit c3add9f

File tree

1 file changed

+1
-1
lines changed
  • unstructured_platform_plugins/etl_uvicorn

1 file changed

+1
-1
lines changed

unstructured_platform_plugins/etl_uvicorn/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from abc import ABC
22
from typing import Any, Optional
33

4-
import unstructured_ingest.v2.errors as ingest_errors
4+
import unstructured_ingest.errors_v2 as ingest_errors
55
from fastapi import HTTPException
66

77

0 commit comments

Comments
 (0)