mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user