Skip to content

Commit

Permalink
80697: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamdifrankie committed Oct 16, 2020
1 parent 614a2f0 commit 202949e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import { SavedObjectsClientContract } from 'kibana/server';
import { CallESAsCurrentUser, ElasticsearchAssetType, EsAssetReference } from '../../../../types';
import { PACKAGES_SAVED_OBJECT_TYPE } from '../../../../../common/constants';
import { getLogger } from './common';
import { appContextService } from '../../../app_context';

export const stopTransforms = async (transformIds: string[], callCluster: CallESAsCurrentUser) => {
Expand Down

0 comments on commit 202949e

Please sign in to comment.