Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Feb 4, 2022
1 parent bb3fc29 commit 0475f3f
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
* 2.0.
*/

import {
Logger,
CoreStart,
ElasticsearchClient,
SavedObjectsClientContract,
ISavedObjectsRepository,
} from 'src/core/server';
import { Logger, CoreStart, ElasticsearchClient, ISavedObjectsRepository } from 'src/core/server';
import {
AggregationsAggregate,
SearchRequest,
Expand Down

0 comments on commit 0475f3f

Please sign in to comment.