Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Oct 28, 2020
1 parent ea154a0 commit 162345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/task_manager/server/plugin.ts
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 { combineLatest, Observable, Subject } from 'rxjs';
import { first, map, tap, distinctUntilChanged } from 'rxjs/operators';
import { first, map, distinctUntilChanged } from 'rxjs/operators';
import {
PluginInitializerContext,
Plugin,
Expand Down

0 comments on commit 162345b

Please sign in to comment.