mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[visualizations] fix eslint error (#204972)
https://github.com/elastic/kibana/pull/204816 merged into main then https://github.com/elastic/kibana/pull/204832 merged into main. The combination of these merges resulted in an eslint error in main.
This commit is contained in:
parent
84fcda021b
commit
5df5e4f0d0
1 changed files with 1 additions and 5 deletions
|
@ -22,11 +22,7 @@ import type { DataView } from '@kbn/data-views-plugin/public';
|
|||
import { Warnings } from '@kbn/charts-plugin/public';
|
||||
import { hasUnsupportedDownsampledAggregationFailure } from '@kbn/search-response-warnings';
|
||||
import { Adapters } from '@kbn/inspector-plugin/public';
|
||||
import {
|
||||
Embeddable,
|
||||
EmbeddableInput,
|
||||
EmbeddableOutput,
|
||||
} from '@kbn/embeddable-plugin/public';
|
||||
import { Embeddable, EmbeddableInput, EmbeddableOutput } from '@kbn/embeddable-plugin/public';
|
||||
import { SavedObjectEmbeddableInput } from '@kbn/embeddable-plugin/common';
|
||||
import {
|
||||
ExpressionAstExpression,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue