Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Apr 20, 2020
1 parent 5131cb2 commit b4a821e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@ import { postPagerduty } from './lib/post_pagerduty';
import { createActionTypeRegistry } from './index.test';
import { Logger } from '../../../../../src/core/server';
import { actionsConfigMock } from '../actions_config.mock';
import { repeat, random } from 'lodash';

const postPagerdutyMock = postPagerduty as jest.Mock;

Expand Down

0 comments on commit b4a821e

Please sign in to comment.