diff --git a/alphafold_casp13/asa_output.py b/alphafold_casp13/asa_output.py index 40f564e..9bd657b 100644 --- a/alphafold_casp13/asa_output.py +++ b/alphafold_casp13/asa_output.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/config_dict.py b/alphafold_casp13/config_dict.py index e5e8e93..17d81db 100644 --- a/alphafold_casp13/config_dict.py +++ b/alphafold_casp13/config_dict.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/contacts.py b/alphafold_casp13/contacts.py index 68e4292..417d3a6 100644 --- a/alphafold_casp13/contacts.py +++ b/alphafold_casp13/contacts.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/contacts_dataset.py b/alphafold_casp13/contacts_dataset.py index b41c464..5249bfe 100644 --- a/alphafold_casp13/contacts_dataset.py +++ b/alphafold_casp13/contacts_dataset.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/contacts_experiment.py b/alphafold_casp13/contacts_experiment.py index b8d05d4..0cfaf53 100644 --- a/alphafold_casp13/contacts_experiment.py +++ b/alphafold_casp13/contacts_experiment.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/contacts_network.py b/alphafold_casp13/contacts_network.py index c911df3..7af3678 100644 --- a/alphafold_casp13/contacts_network.py +++ b/alphafold_casp13/contacts_network.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/distogram_io.py b/alphafold_casp13/distogram_io.py index c8374b7..3df10f8 100644 --- a/alphafold_casp13/distogram_io.py +++ b/alphafold_casp13/distogram_io.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/ensemble_contact_maps.py b/alphafold_casp13/ensemble_contact_maps.py index 9e85bf1..4b93c0b 100644 --- a/alphafold_casp13/ensemble_contact_maps.py +++ b/alphafold_casp13/ensemble_contact_maps.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/parsers.py b/alphafold_casp13/parsers.py index d0ef9d1..176fb80 100644 --- a/alphafold_casp13/parsers.py +++ b/alphafold_casp13/parsers.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/paste_contact_maps.py b/alphafold_casp13/paste_contact_maps.py index e2fbe6b..212a6ae 100644 --- a/alphafold_casp13/paste_contact_maps.py +++ b/alphafold_casp13/paste_contact_maps.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/secstruct.py b/alphafold_casp13/secstruct.py index 2fa590e..b7705b6 100644 --- a/alphafold_casp13/secstruct.py +++ b/alphafold_casp13/secstruct.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/two_dim_convnet.py b/alphafold_casp13/two_dim_convnet.py index 37ce974..94cd092 100644 --- a/alphafold_casp13/two_dim_convnet.py +++ b/alphafold_casp13/two_dim_convnet.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/alphafold_casp13/two_dim_resnet.py b/alphafold_casp13/two_dim_resnet.py index d0036ba..90ac522 100644 --- a/alphafold_casp13/two_dim_resnet.py +++ b/alphafold_casp13/two_dim_resnet.py @@ -1,4 +1,3 @@ -# Lint as: python3. # Copyright 2019 DeepMind Technologies Limited # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mmv/models/mm_embeddings.py b/mmv/models/mm_embeddings.py index d54682b..fcfcee0 100644 --- a/mmv/models/mm_embeddings.py +++ b/mmv/models/mm_embeddings.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Lint as: python3. """Model for text-video-audio embeddings.""" from typing import Any, Dict, Optional diff --git a/mmv/models/resnet.py b/mmv/models/resnet.py index a395593..05c4f13 100644 --- a/mmv/models/resnet.py +++ b/mmv/models/resnet.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Lint as: python3. """ResNet V2 modules. Equivalent to hk.Resnet except accepting a final_endpoint to return