Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Oct 15, 2021
1 parent f7dba3b commit 54a23e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import type { ElasticsearchClient, SavedObjectsClientContract } from 'src/core/server';

import type { UpgradePackagePolicyDryRunResponseItem } from '../../common';
import { AUTO_UPDATE_PACKAGES } from '../../common';

import { appContextService } from './app_context';
import { getInstallation, getPackageInfo } from './epm/packages';
Expand Down

0 comments on commit 54a23e6

Please sign in to comment.