Remove unused comments related to Python 2 compatibility.

PiperOrigin-RevId: 443298684
This commit is contained in:
Yilei Yang
2022-04-21 08:29:03 +01:00
committed by alimuldal
parent 94702704c8
commit f4916dadab
15 changed files with 0 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -1,4 +1,3 @@
# Lint as: python3.
# Copyright 2019 DeepMind Technologies Limited # Copyright 2019 DeepMind Technologies Limited
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3.
"""Model for text-video-audio embeddings.""" """Model for text-video-audio embeddings."""
from typing import Any, Dict, Optional from typing import Any, Dict, Optional

View File

@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3.
"""ResNet V2 modules. """ResNet V2 modules.
Equivalent to hk.Resnet except accepting a final_endpoint to return Equivalent to hk.Resnet except accepting a final_endpoint to return