Skip to content

Commit b2344c1

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
1 parent a86b05f commit b2344c1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ import type { DataView } from '@kbn/data-views-plugin/public';
2222
import { Warnings } from '@kbn/charts-plugin/public';
2323
import { hasUnsupportedDownsampledAggregationFailure } from '@kbn/search-response-warnings';
2424
import { Adapters } from '@kbn/inspector-plugin/public';
25-
import {
26-
Embeddable,
27-
EmbeddableInput,
28-
EmbeddableOutput,
29-
} from '@kbn/embeddable-plugin/public';
25+
import { Embeddable, EmbeddableInput, EmbeddableOutput } from '@kbn/embeddable-plugin/public';
3026
import { SavedObjectEmbeddableInput } from '@kbn/embeddable-plugin/common';
3127
import {
3228
ExpressionAstExpression,

0 commit comments

Comments
 (0)