Skip to content

Commit 10e53eb

Browse files
committed
fix
Signed-off-by: Sid Murching <[email protected]>
1 parent 052a7e5 commit 10e53eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

databricks/sdk/mixins/open_ai_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
from requests import Response
55

6-
from databricks.sdk.service.serving import ExternalFunctionRequestHttpMethod, HttpRequestResponse, ServingEndpointsAPI
6+
from databricks.sdk.service.serving import (ExternalFunctionRequestHttpMethod,
7+
HttpRequestResponse,
8+
ServingEndpointsAPI)
79

810

911
class ServingEndpointsExt(ServingEndpointsAPI):

0 commit comments

Comments
 (0)