Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

docs: Fix formatting of request arg in docstring #240

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions grafeas/grafeas_v1/services/grafeas/transports/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ def __call__(
request (~.grafeas.BatchCreateOccurrencesRequest):
The request object. Request to create occurrences in
batch.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1317,7 +1316,6 @@ def __call__(
request (~.grafeas.GetOccurrenceNoteRequest):
The request object. Request to get the note to which the
specified occurrence is attached.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down Expand Up @@ -1409,7 +1407,6 @@ def __call__(
request (~.grafeas.ListNoteOccurrencesRequest):
The request object. Request to list occurrences for a
note.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down