Skip to content

Commit 65a0a63

Browse files
yileiMagenta Team
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 441857322
1 parent f075629 commit 65a0a63

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

ddsp/training/models/__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
"""Module with all the global configurable models for training."""
1716

1817
from ddsp.training.models.autoencoder import Autoencoder

ddsp/training/models/autoencoder.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
"""Model that encodes audio features and decodes with a ddsp processor group."""
1716

1817
import ddsp

ddsp/training/models/autoencoder_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.models.autoencoder."""
1716

1817
from absl.testing import parameterized

ddsp/training/models/inverse_synthesis.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
"""DDSP-INV model."""
1716

1817
import functools

ddsp/training/models/midi_autoencoder.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
"""Model that encodes and decodes from MIDI.
1716
1817
**** EXPERIMENTAL -- Work in Progress. ****

ddsp/training/models/model.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
"""Model base class."""
1716

1817
import time

0 commit comments

Comments
 (0)