Skip to content

Commit 7b68074

Browse files
chore(docs): adjust some docstrings (#117)
1 parent ef97220 commit 7b68074

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/finch/types/provider.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ class Provider(BaseModel):
2222

2323
manual: Optional[bool] = None
2424
"""
25-
[DEPRECATED] Whether the Finch integration with this provider uses the Assisted
26-
Connect Flow by default. This field is now deprecated. Please check for a `type`
27-
of `assisted` in the `authentication_methods` field instead.
25+
Whether the Finch integration with this provider uses the Assisted Connect Flow
26+
by default.
2827
"""
2928

3029
mfa_required: Optional[bool] = None

src/finch/types/request_forwarding_forward_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Request(BaseModel):
2626
method: str
2727
"""The HTTP method that was specified for the forwarded request.
2828
29-
Valid values include: `GET` , `POST` , `PUT` , `DELETE` , and `PATCH`.
29+
Valid values include: `GET`, `POST`, `PUT` , `DELETE`, and `PATCH`.
3030
"""
3131

3232
params: Optional[object]

0 commit comments

Comments
 (0)