Skip to content

Commit 4171ec0

Browse files
yileiMagenta Team
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 441857656
1 parent 3cceb04 commit 4171ec0

11 files changed

+0
-11
lines changed

ddsp/colab/colab_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Helper functions for running DDSP colab notebooks."""
1716

1817
import base64

ddsp/training/data_preparation/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Data preparation code for DDSP models."""
1716

1817
from ddsp.training.data_preparation import prepare_tfrecord_lib

ddsp/training/data_preparation/ddsp_generate_synthetic_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
r"""Apache Beam pipeline for computing TFRecord dataset of synthetic examples.
1716
1817
Example usage:

ddsp/training/data_preparation/ddsp_prepare_tfrecord.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
r"""Create a TFRecord dataset from audio files.
1716
1817
Usage:

ddsp/training/data_preparation/prepare_tfrecord_lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Apache Beam pipeline for computing TFRecord dataset from audio files."""
1716

1817
from absl import logging

ddsp/training/data_preparation/prepare_tfrecord_lib_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Tests for ddsp.training.data_preparation.prepare_tfrecord_lib."""
1716

1817
import os

ddsp/training/data_preparation/synthetic_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Functions to generate self-supervised signal, EXPERIMENTAL."""
1716
import warnings
1817

ddsp/training/docker/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Docker code."""
1716

1817
from ddsp.training.docker import task

ddsp/training/docker/ddsp_ai_platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
r"""Script for gathering input, building the image and submitting job.
1716
1817
Usage:

ddsp/training/docker/task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Lint as: python3
1615
"""Script for running a containerized training on Google Cloud AI Platform."""
1716

1817
import json

0 commit comments

Comments
 (0)