Skip to content

Commit

Permalink
chore: 1.0.0 stable release (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Aug 1, 2024
1 parent f20594d commit b27d182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 37
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-60f88b9ae0cedc03dd888b63ca8dec25658c87e6cc3493170114144ca9e070c9.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-693a6e6f8c0ba3b718e53f3df5948b0b7dde1c63c2f37af5b92ac645719f5a40.yml
4 changes: 2 additions & 2 deletions src/finch/resources/hris/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def retrieve(
extra_body: Body | None = None,
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> Company:
"""Read basic company data"""
"""Read basic company data."""
return self._get(
"/employer/company",
options=make_request_options(
Expand Down Expand Up @@ -63,7 +63,7 @@ async def retrieve(
extra_body: Body | None = None,
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> Company:
"""Read basic company data"""
"""Read basic company data."""
return await self._get(
"/employer/company",
options=make_request_options(
Expand Down

0 comments on commit b27d182

Please sign in to comment.