Skip to content

Commit f4916da

Browse files
yileialimuldal
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 443298684
1 parent 9470270 commit f4916da

15 files changed

+0
-15
lines changed

alphafold_casp13/asa_output.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/config_dict.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/contacts.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/contacts_dataset.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/contacts_experiment.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/contacts_network.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/distogram_io.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/ensemble_contact_maps.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/parsers.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/paste_contact_maps.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/secstruct.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/two_dim_convnet.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

alphafold_casp13/two_dim_resnet.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Lint as: python3.
21
# Copyright 2019 DeepMind Technologies Limited
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

mmv/models/mm_embeddings.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Lint as: python3.
1716
"""Model for text-video-audio embeddings."""
1817

1918
from typing import Any, Dict, Optional

mmv/models/resnet.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# Lint as: python3.
1716
"""ResNet V2 modules.
1817
1918
Equivalent to hk.Resnet except accepting a final_endpoint to return

0 commit comments

Comments
 (0)