Skip to content

Commit

Permalink
[ML] Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Feb 15, 2021
1 parent 7caf108 commit d372518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ANALYSIS_CONFIG_TYPE } from './analytics';

import { AnalyticsJobType } from '../pages/analytics_management/hooks/use_create_analytics_form/state';

import { LEGEND_TYPES } from '../../components/vega_chart';
import { LEGEND_TYPES } from '../../components/vega_chart/common';

export const getScatterplotMatrixLegendType = (jobType: AnalyticsJobType | 'unknown') => {
switch (jobType) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { euiPaletteColorBlind, euiPaletteGray } from '@elastic/eui';

import { i18n } from '@kbn/i18n';

import { LEGEND_TYPES } from '../../../../../components/vega_chart';
import { LEGEND_TYPES } from '../../../../../components/vega_chart/common';

import { RocCurveItem } from '../../../../common/analytics';

Expand Down

0 comments on commit d372518

Please sign in to comment.