Skip to content

Commit b4a821e

Browse files
committed
removed unused import
1 parent 5131cb2 commit b4a821e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugins/actions/server/builtin_action_types/pagerduty.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { postPagerduty } from './lib/post_pagerduty';
1616
import { createActionTypeRegistry } from './index.test';
1717
import { Logger } from '../../../../../src/core/server';
1818
import { actionsConfigMock } from '../actions_config.mock';
19-
import { repeat, random } from 'lodash';
2019

2120
const postPagerdutyMock = postPagerduty as jest.Mock;
2221

0 commit comments

Comments
 (0)