Skip to content

Commit

Permalink
[ML] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Apr 9, 2020
1 parent 6169622 commit 5094138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/ml/common/util/anomaly_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { i18n } from '@kbn/i18n';
import { CONDITIONS_NOT_SUPPORTED_FUNCTIONS } from '../constants/detector_rule';
import { MULTI_BUCKET_IMPACT } from '../constants/multi_bucket_impact';
import { ANOMALY_SEVERITY, ANOMALY_THRESHOLD } from '../constants/anomalies';
import { ML_JOB_AGGREGATION, ES_AGGREGATION } from '../constants/aggregation_types';
import { AnomalyRecordDoc } from '../types/anomalies';

export interface SeverityType {
Expand Down

0 comments on commit 5094138

Please sign in to comment.