Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Oct 20, 2020
1 parent f16d3c5 commit b097479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { IGroupsValues } from '../group_logic';
import { IGroupsValues } from '../groups_logic';

import { IContentSource, IUser, IGroup } from '../../../types';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jest.mock('../../../shared/flash_messages', () => ({
setSuccessMessage: jest.fn(),
setQueuedSuccessMessage: jest.fn(),
}));
import {
FlashMessagesLogic,
flashAPIErrors,
setSuccessMessage,
} from '../../../shared/flash_messages';
import { FlashMessagesLogic, flashAPIErrors } from '../../../shared/flash_messages';

import { DEFAULT_META } from '../../../shared/constants';
import { JSON_HEADER as headers } from '../../../../../common/constants';
Expand Down

0 comments on commit b097479

Please sign in to comment.