Skip to content

Commit

Permalink
Remove blank comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702464129
  • Loading branch information
Matt-Hurd authored and copybara-github committed Dec 4, 2024
1 parent 94b92ef commit ef76b84
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def check_data_table(self, table_description, data, data_table, expected):
expected_value = gviz_api.DataTable.CoerceValue(raw_value, value_type)
self.assertEqual(expected_value, raw_value)
if isinstance(expected_value, tuple):
#
expected_value = expected_value[0]

# Check against expected values we have set in our mock table.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def _events(self):
tid=rid,
name='thread_sort_index',
args=dict(sort_index=rid))
#
for event in self._proto.trace_events:
yield self._event(event)

Expand Down
4 changes: 0 additions & 4 deletions plugin/tensorboard_plugin_profile/demo/profile_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
The data for profile plugin data is not generated by tensorflow workflow at this
point, so we simply dump the embedded raw data to the log directory.
is available.
"""

from __future__ import absolute_import
Expand All @@ -29,7 +26,6 @@
import shutil

from absl import app

import tensorflow as tf

from google.protobuf import text_format
Expand Down
2 changes: 0 additions & 2 deletions plugin/tensorboard_plugin_profile/profile_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,6 @@ def data_impl(
tqx = request.args.get('tqx')
graph_viewer_options = self._get_graph_viewer_options(request)
# Host param is used by HLO tools to identify the module.
#
# neded.
params = {
'graph_viewer_options': graph_viewer_options,
'tqx': tqx,
Expand Down
1 change: 0 additions & 1 deletion plugin/tensorboard_plugin_profile/profile_plugin_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import json
import os
from unittest import mock

import tensorflow.compat.v2 as tf

from tensorboard.backend.event_processing import plugin_asset_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from __future__ import division
from __future__ import print_function



from werkzeug import Request

from tensorboard.backend.event_processing import data_provider
Expand Down

0 comments on commit ef76b84

Please sign in to comment.