Skip to content

Commit a7253ed

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): minor reformatting (#365)
1 parent 62a5f98 commit a7253ed

8 files changed

+14
-1
lines changed

src/finch/types/base_webhook_event.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from .._models import BaseModel
46

57
__all__ = ["BaseWebhookEvent"]

src/finch/types/disconnect_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from .._models import BaseModel
46

57
__all__ = ["DisconnectResponse"]

src/finch/types/hris/create_company_benefits_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from ..._models import BaseModel
46

57
__all__ = ["CreateCompanyBenefitsResponse"]

src/finch/types/hris/update_company_benefit_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from ..._models import BaseModel
46

57
__all__ = ["UpdateCompanyBenefitResponse"]

src/finch/types/jobs/automated_create_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from ..._models import BaseModel
46

57
__all__ = ["AutomatedCreateResponse"]

src/finch/types/sandbox/job_create_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from ..._models import BaseModel
46

57
__all__ = ["JobCreateResponse"]

src/finch/types/sandbox/payment_create_response.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3+
4+
35
from ..._models import BaseModel
46

57
__all__ = ["PaymentCreateResponse"]

tests/test_client.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from finch import Finch, AsyncFinch, APIResponseValidationError
2020
from finch._types import Omit
21-
from finch._client import Finch, AsyncFinch
2221
from finch._models import BaseModel, FinalRequestOptions
2322
from finch._exceptions import APIResponseValidationError
2423
from finch._base_client import DEFAULT_TIMEOUT, HTTPX_DEFAULT_TIMEOUT, BaseClient, make_request_options

0 commit comments

Comments
 (0)