Skip to content

Commit

Permalink
[visualizations] fix eslint error (#204972)
Browse files Browse the repository at this point in the history
#204816 merged into main
then #204832 merged into main. The
combination of these merges resulted in an eslint error in main.
  • Loading branch information
nreese authored Dec 19, 2024
1 parent 84fcda0 commit 5df5e4f
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 5df5e4f

Please sign in to comment.