Skip to content

Commit a72db16

Browse files
yileicopybara-github
authored andcommitted
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 443528730
1 parent 6d20a41 commit a72db16

7 files changed

+0
-7
lines changed

install_and_run.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[--port PORT] [--version 2.2]
1919
"""
2020

21-
# Lint as: python3
2221

2322
import argparse
2423
import os

plugin/tensorboard_plugin_profile/convert/diagnostics_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for input_pipeline_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

plugin/tensorboard_plugin_profile/convert/input_pipeline_proto_to_gviz_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for input_pipeline_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

plugin/tensorboard_plugin_profile/convert/kernel_stats_proto_to_gviz_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for kernel_stats_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

plugin/tensorboard_plugin_profile/convert/overview_page_proto_to_gviz_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for overview_page_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

plugin/tensorboard_plugin_profile/convert/tf_data_stats_proto_to_gviz_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for tf_data_stats_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

plugin/tensorboard_plugin_profile/convert/tf_stats_proto_to_gviz_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
# ==============================================================================
1515

16-
# Lint as: python3
1716
"""Tests for tf_stats_proto_to_gviz."""
1817

1918
from __future__ import absolute_import

0 commit comments

Comments
 (0)