Skip to content

Commit 637a7f3

Browse files
committed
removed comments, added license.
1 parent 188bd46 commit 637a7f3

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

scripts/microgenerator/templates/client.py.j2

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# TODO: Add a header if needed.
2-
3-
# ======== 🦕 HERE THERE BE DINOSAURS 🦖 =========
4-
# This content is subject to significant change. Not for review yet.
5-
# Included as a proof of concept for context or testing ONLY.
6-
# ================================================
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
716

817
# Imports
918
import os
@@ -111,9 +120,3 @@ class BigQueryClient:
111120

112121
{#- Helper Section: methods included from partial template -#}
113122
{#- include "partials/_client_helpers.j2" #}
114-
115-
116-
# ======== 🦕 HERE THERE WERE DINOSAURS 🦖 =========
117-
# The above content is subject to significant change. Not for review yet.
118-
# Included as a proof of concept for context or testing ONLY.
119-
# ================================================

0 commit comments

Comments
 (0)