Skip to content

Commit 75fe5ad

Browse files
committed
Fix lint error and bump version
1 parent 4c71557 commit 75fe5ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 0.26.0
13+
version: 0.26.1
1414
additionalDependencies:
1515
dev:
1616
deepdiff: '>=6.0'

src/unstructured_client/_hooks/custom/split_pdf_hook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class SplitPdfHook(SDKInitHook, BeforeRequestHook, AfterSuccessHook, AfterErrorH
105105

106106
def __init__(self) -> None:
107107
self.client: Optional[HttpClient] = None
108+
self.base_url: Optional[str] = None
108109
self.async_client: Optional[AsyncHttpClient] = None
109110
self.coroutines_to_execute: dict[
110111
str, list[Coroutine[Any, Any, httpx.Response]]

0 commit comments

Comments
 (0)