Skip to content

Commit aa060c7

Browse files
yoshi-automationbusunkim96
authored andcommitted
Add empty lines (via synth). (#8059)
1 parent 9221c53 commit aa060c7

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed

iam/docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
autodoc_default_flags = ["members"]
4646
autosummary_generate = True
4747

48+
4849
# Add any paths that contain templates here, relative to this directory.
4950
templates_path = ["_templates"]
5051

@@ -121,6 +122,7 @@
121122
# If true, `todo` and `todoList` produce output, else they produce nothing.
122123
todo_include_todos = True
123124

125+
124126
# -- Options for HTML output ----------------------------------------------
125127

126128
# The theme to use for HTML and HTML Help pages. See the documentation for
@@ -229,6 +231,7 @@
229231

230232
# -- Options for warnings ------------------------------------------------------
231233

234+
232235
suppress_warnings = [
233236
# Temporarily suppress this to avoid "more than one target found for
234237
# cross-reference" warning, which are intractable for us to avoid while in
@@ -284,6 +287,7 @@
284287
# If false, no module index is generated.
285288
# latex_domain_indices = True
286289

290+
287291
# -- Options for manual page output ---------------------------------------
288292

289293
# One entry per manual page. List of tuples
@@ -295,6 +299,7 @@
295299
# If true, show URL addresses after external links.
296300
# man_show_urls = False
297301

302+
298303
# -- Options for Texinfo output -------------------------------------------
299304

300305
# Grouping the document tree into Texinfo files. List of tuples
@@ -324,6 +329,7 @@
324329
# If true, do not generate a @detailmenu in the "Top" node's menu.
325330
# texinfo_no_detailmenu = False
326331

332+
327333
# Example configuration for intersphinx: refer to the Python standard library.
328334
intersphinx_mapping = {
329335
"python": ("http://python.readthedocs.org/en/latest/", None),
@@ -340,6 +346,7 @@
340346
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
341347
}
342348

349+
343350
# Napoleon settings
344351
napoleon_google_docstring = True
345352
napoleon_numpy_docstring = True

iam/google/cloud/iam_credentials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.iam_credentials_v1 import IAMCredentialsClient
2021
from google.cloud.iam_credentials_v1 import types
2122

23+
2224
__all__ = ("types", "IAMCredentialsClient")

iam/google/cloud/iam_credentials_v1/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.iam_credentials_v1 import types

iam/google/cloud/iam_credentials_v1/gapic/iam_credentials_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Accesses the google.iam.credentials.v1 IAMCredentials API."""
1718

1819
import pkg_resources
@@ -35,6 +36,7 @@
3536
from google.cloud.iam_credentials_v1.proto import iamcredentials_pb2_grpc
3637
from google.protobuf import duration_pb2
3738

39+
3840
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution("google-cloud-iam").version
3941

4042

iam/google/cloud/iam_credentials_v1/gapic/transports/iam_credentials_grpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
import google.api_core.grpc_helpers
1819

1920
from google.cloud.iam_credentials_v1.proto import iamcredentials_pb2_grpc

iam/google/cloud/iam_credentials_v1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819
import sys
1920

@@ -23,6 +24,7 @@
2324
from google.protobuf import duration_pb2
2425
from google.protobuf import timestamp_pb2
2526

27+
2628
_shared_modules = [duration_pb2, timestamp_pb2]
2729

2830
_local_modules = [common_pb2]
@@ -39,4 +41,5 @@
3941
setattr(sys.modules[__name__], name, message)
4042
names.append(name)
4143

44+
4245
__all__ = tuple(sorted(names))

iam/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-10T12:24:10.890924Z",
2+
"updateTime": "2019-05-21T12:21:22.773525Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.19.0",
8-
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
7+
"version": "0.20.0",
8+
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16-
"internalRef": "247530843"
15+
"sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160",
16+
"internalRef": "249058354"
1717
}
1818
},
1919
{

iam/tests/unit/gapic/v1/test_iam_credentials_client_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Unit tests."""
1718

1819
import mock

0 commit comments

Comments
 (0)