Skip to content

Commit

Permalink
revert ml code
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Mar 23, 2020
1 parent b6212d8 commit 3e50e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/server/models/data_recognizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/

export { DataRecognizer } from './data_recognizer';
export { DataRecognizer, RecognizeResult } from './data_recognizer';
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@

import { APICaller, SavedObjectsClientContract } from 'kibana/server';
import { LicenseCheck } from '../license_checks';
import { DataRecognizer } from '../../models/data_recognizer';
import { DataRecognizer, RecognizeResult } from '../../models/data_recognizer';
import {
Module,
DatafeedOverride,
JobOverride,
DataRecognizerConfigResponse,
} from '../../../common/types/modules';
import { RecognizeResult } from '../../models/data_recognizer/data_recognizer';

export interface ModulesProvider {
modulesProvider(
Expand Down

0 comments on commit 3e50e16

Please sign in to comment.