Skip to content

Commit

Permalink
[visualizations] fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 19, 2024
1 parent 84fcda0 commit 16fe476
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 16fe476

Please sign in to comment.