Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 10, 2024
1 parent 5965ac3 commit cbd8df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

import { IContainer, ErrorEmbeddable, AttributeService } from '@kbn/embeddable-plugin/public';
import { IContainer, ErrorEmbeddable } from '@kbn/embeddable-plugin/public';
import type { DataView } from '@kbn/data-views-plugin/public';
import { Vis } from '../../types';
import type {
Expand All @@ -21,6 +21,7 @@ import { getHttp, getTimeFilter, getCapabilities } from '../../services';
import { urlFor } from '../../utils/saved_visualize_utils';
import { VisualizeEmbeddableFactoryDeps } from './visualize_embeddable_factory';
import { createVisualizeEmbeddableAsync } from './visualize_embeddable_async';
import { AttributeService } from './attribute_service';

/** @deprecated
* VisualizeEmbeddable is no longer registered with the legacy embeddable system and is only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { Warnings } from '@kbn/charts-plugin/public';
import { hasUnsupportedDownsampledAggregationFailure } from '@kbn/search-response-warnings';
import {
Adapters,
AttributeService,
Embeddable,
EmbeddableInput,
EmbeddableOutput,
Expand Down Expand Up @@ -53,6 +52,7 @@ import { VisualizeEmbeddableFactoryDeps } from './visualize_embeddable_factory';
import { getSavedVisualization } from '../../utils/saved_visualize_utils';
import { VisSavedObject } from '../../types';
import { toExpressionAst } from '../../embeddable/to_ast';
import { AttributeService } from './attribute_service';

export interface VisualizeEmbeddableConfiguration {
vis: Vis;
Expand Down
1 change: 1 addition & 0 deletions src/plugins/visualizations/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ import {
setDataViews,
setInspector,
getTypes,
setNotifications,
} from './services';
import { VisualizeConstants, VISUALIZE_EMBEDDABLE_TYPE } from '../common/constants';
import { EditInLensAction } from './actions/edit_in_lens_action';
Expand Down

0 comments on commit cbd8df8

Please sign in to comment.