-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This PR which includes changes from gapic generator version 0.53.4 is failing due to a docstring formatting issue.
The error is
/usr/local/google/home/partheniou/git/python-video-transcoder/google/cloud/video/transcoder_v1/types/resources.py:docstring of google.cloud.video.transcoder_v1.types.resources.Job:47:Bullet list ends without a blank line; unexpected unindent.
The. issue is resolved if I add a blank line above this line in the generated code and corresponding line in v1beta1.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.