Skip to content

Commit 4ecdd8e

Browse files
committed
chore: 🤖 remove unused import
1 parent 388c30c commit 4ecdd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/legacy/core_plugins/visualizations/public/np_ready/public/embeddable/visualize_embeddable.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { buildPipeline } from '../legacy/build_pipeline';
4646
import { Vis } from '../vis';
4747
import { getExpressions, getUiActions } from '../services';
4848
import { VisSavedObject } from '../types';
49-
import { VIS_EVENT_TO_TRIGGER, VisEventToTrigger } from './events';
49+
import { VIS_EVENT_TO_TRIGGER } from './events';
5050

5151
const getKeys = <T extends {}>(o: T): Array<keyof T> => Object.keys(o) as Array<keyof T>;
5252

0 commit comments

Comments
 (0)