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 13, 2020
1 parent 9d92055 commit ac27d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/task_manager/server/routes/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
KibanaResponseFactory,
} from 'kibana/server';
import { Observable, from, Subject } from 'rxjs';
import { take, mergeMap, tap, map } from 'rxjs/operators';
import { mergeMap, tap, map } from 'rxjs/operators';
import { throttleTime } from 'rxjs/operators';
import { isString } from 'lodash';
import { JsonValue } from 'src/plugins/kibana_utils/common';
Expand Down

0 comments on commit ac27d4f

Please sign in to comment.