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 2391c6f commit c747f2eCopy full SHA for c747f2e
unstructured_platform_plugins/etl_uvicorn/api_generator.py
@@ -1,14 +1,13 @@
1
import asyncio
2
-from fastapi.responses import StreamingResponse
3
import hashlib
4
import inspect
5
import json
6
import logging
7
from functools import partial
8
from typing import Any, Callable, Optional
9
-import inspect
10
11
from fastapi import FastAPI, status
+from fastapi.responses import StreamingResponse
12
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
13
from pydantic import BaseModel
14
from starlette.responses import RedirectResponse
@@ -28,7 +27,6 @@
28
27
schema_to_base_model,
29
)
30
from unstructured_platform_plugins.schema.usage import UsageData
31
-import concurrent.futures
32
33
logger = logging.getLogger("uvicorn.error")
34
0 commit comments