Skip to content

Commit 220bdff

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

22 files changed

+0
-22
lines changed

ddsp/training/__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
"""Training code for DDSP models."""
1716

1817
from ddsp.training import cloud

ddsp/training/cloud.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
"""Library of functions for training on Google Cloud AI-Platform."""
1716

1817
import os

ddsp/training/cloud_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.cloud."""
1716

1817
from unittest import mock

ddsp/training/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
"""Library of functions to help loading data."""
1716
import os
1817

ddsp/training/ddsp_run.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"""Train, evaluate, or sample (from) a ddsp model.
1716
1817
Usage:

ddsp/training/decoders.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
"""Library of decoder layers."""
1716

1817
from ddsp import core

ddsp/training/decoders_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.decoders."""
1716

1817
import functools

ddsp/training/encoders.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
"""Library of encoder objects."""
1716

1817
import ddsp

ddsp/training/eval_util.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
"""Library of evaluation functions."""
1716

1817
import os

ddsp/training/heuristics.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
"""Library containing DDSP output -> MIDI heurstics."""
1716

1817
import ddsp

0 commit comments

Comments
 (0)