aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts')
-rw-r--r--tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts b/tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts
index ebece84246..0eaf852ff1 100644
--- a/tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts
+++ b/tensorflow/tensorboard/components/tf_dashboard_common/tf-categorizer.ts
@@ -13,10 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-import * as d3 from 'd3'; // from //third_party/javascript/typings/d3_v4
-import * as _ from 'lodash';
-
-import {compareTagNames} from '../vz_sorting/sorting';
+import {compareTagNames} from '../vz-sorting/sorting';
/**
* This module contains methods that allow sorting tags into 'categories'.