File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 37
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-693a6e6f8c0ba3b718e53f3df5948b0b7dde1c63c2f37af5b92ac645719f5a40 .yml
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def retrieve(
34
34
extra_body : Body | None = None ,
35
35
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
36
36
) -> Company :
37
- """Read basic company data"""
37
+ """Read basic company data. """
38
38
return self ._get (
39
39
"/employer/company" ,
40
40
options = make_request_options (
@@ -63,7 +63,7 @@ async def retrieve(
63
63
extra_body : Body | None = None ,
64
64
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
65
65
) -> Company :
66
- """Read basic company data"""
66
+ """Read basic company data. """
67
67
return await self ._get (
68
68
"/employer/company" ,
69
69
options = make_request_options (
You can’t perform that action at this time.
0 commit comments