mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Fix up license headers and Python linting
This will help [] be submitted without breaking the linter. License headers are now added automatically where they were previously added by hand. We're also now adding the license header to Soy and SQL files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129017424
This commit is contained in:
parent
9e65acc937
commit
e3bb5dc9b0
13 changed files with 4 additions and 160 deletions
|
@ -1,4 +1,4 @@
|
|||
"""ICANN reporting BigQuery query construction logic.
|
||||
|
||||
# Copyright 2016 The Domain Registry Authors. All Rights Reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -13,6 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""ICANN reporting BigQuery query construction logic.
|
||||
|
||||
The IcannReportQueryBuilder class contains logic for constructing the
|
||||
multi-part BigQuery queries used to produce ICANN monthly reports. These
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""Tests for google.registry.reporting.icann_report_query_builder."""
|
||||
|
||||
# Copyright 2016 The Domain Registry Authors. All Rights Reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -13,6 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""Tests for google.registry.reporting.icann_report_query_builder."""
|
||||
|
||||
import os
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue