File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44from typing import Any , List , Optional
55from unstructured_client import utils
66from unstructured_client .models import errors , operations , shared
7+ from unstructured_client .utils ._decorators import suggest_defining_url_if_401 # human code
78
89class General :
910 sdk_configuration : SDKConfiguration
@@ -12,7 +13,7 @@ def __init__(self, sdk_config: SDKConfiguration) -> None:
1213 self .sdk_configuration = sdk_config
1314
1415
15-
16+ @ suggest_defining_url_if_401 # human code
1617 def partition (self , request : Optional [shared .PartitionParameters ], retries : Optional [utils .RetryConfig ] = None ) -> operations .PartitionResponse :
1718 r"""Pipeline 1"""
1819 base_url = utils .template_url (* self .sdk_configuration .get_server_details ())
@@ -66,4 +67,4 @@ def do_request():
6667
6768 return res
6869
69-
70+
You can’t perform that action at this time.
0 commit comments