Skip to content

Commit 05aae1b

Browse files
committed
adds endmatter to template for simplicity in assessing generated code
1 parent c688cff commit 05aae1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

google/cloud/bigquery_v2/services/job_service/pagers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def __init__(
6767
retry: OptionalRetry = gapic_v1.method.DEFAULT,
6868
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
6969
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
70-
7170
):
7271
"""Instantiate the pager.
7372

scripts/microgenerator/bigqueryclient.py.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ class BigQueryClient:
2424
return client.{{ method.name }}(request=request)
2525

2626
{% endfor %}
27+
28+
# ======== 🦕 HERE THERE WERE DINOSAURS 🦖 =========
29+
# The above content is subject to significant change. Not for review yet.
30+
# Included as a proof of concept for context or testing ONLY.
31+
# ================================================

0 commit comments

Comments
 (0)