Skip to content

Commit

Permalink
Fixes some unused references for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Dec 4, 2019
1 parent 85fae62 commit 5e0cd63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { i18n } from '@kbn/i18n';
import JoiNamespace from 'joi';
import { resolve } from 'path';
import { PluginInitializerContext, SavedObjectsClientContract } from 'src/core/server';
import { PluginInitializerContext } from 'src/core/server';
import { UsageCollectionSetup } from 'src/plugins/usage_collection/server';
import KbnServer from 'src/legacy/server/kbn_server';
import { getConfigSchema } from './server/kibana.index';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { UsageCollectionSetup } from 'src/plugins/usage_collection/server';
import { RouteMethod, RouteConfig } from '../../../../../../../../src/core/server';
import { APMPluginContract } from '../../../../../../../plugins/apm/server/plugin';

interface ApmIndices {
'apm_oss.transactionIndices': string | undefined;
}

// NP_TODO: Compose real types from plugins we depend on, no "any"
export interface InfraServerPluginDeps {
usageCollection: UsageCollectionSetup;
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/apm/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
PluginInitializerContext,
Plugin,
CoreSetup,
RequestHandlerContext,
SavedObjectsClientContract,
} from 'src/core/server';
import { Observable, combineLatest, AsyncSubject } from 'rxjs';
Expand Down

0 comments on commit 5e0cd63

Please sign in to comment.