Skip to content

Commit 8cdf209

Browse files
authored
Cleanup: remove unused import (#6345)
Remove unused import.
1 parent 544ae09 commit 8cdf209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorboard/webapp/metrics/views/right_pane/scalar_column_editor/scalar_column_editor_component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ import {
2020
Input,
2121
OnDestroy,
2222
Output,
23-
ViewChild,
2423
} from '@angular/core';
25-
import {MatTabChangeEvent, MatTabGroup} from '@angular/material/tabs';
24+
import {MatTabChangeEvent} from '@angular/material/tabs';
2625
import {
2726
ColumnHeader,
2827
ColumnHeaderType,

0 commit comments

Comments
 (0)