Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Mar 23, 2022
1 parent a30f5d1 commit ec0b790
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
* 2.0.
*/

import { loggingSystemMock } from '../../../../../../../../src/core/server/mocks';
import { ThresholdNormalized } from '../../../../../common/detection_engine/schemas/common/schemas';
import { sampleDocSearchResultsNoSortId } from '../__mocks__/es_results';
import { sampleThresholdSignalHistory } from '../__mocks__/threshold_signal_history.mock';
import { calculateThresholdSignalUuid } from '../utils';
import { transformThresholdResultsToEcs } from './bulk_create_threshold_signals';

Expand Down

0 comments on commit ec0b790

Please sign in to comment.