Skip to content

Commit

Permalink
Use NP registry instead of ui/registry/field_formats - cleanup (#51419)…
Browse files Browse the repository at this point in the history
… (#51433)

Cleanup  after merging #48108
  • Loading branch information
alexwizp authored Nov 22, 2019
1 parent 9efe076 commit 51f3f24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/legacy/ui/public/agg_types/metrics/metric_agg_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ import { AggType, AggTypeConfig } from '../agg_type';
import { AggParamType } from '../param_types/agg';
import { AggConfig } from '../agg_config';
import { METRIC_TYPES } from './metric_agg_types';

// @ts-ignore
import { fieldFormats } from '../../registry/field_formats';
import { KBN_FIELD_TYPES } from '../../../../../plugins/data/public';

export type IMetricAggConfig = AggConfig;
Expand Down

0 comments on commit 51f3f24

Please sign in to comment.