Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Nov 18, 2020
1 parent 5f9c6aa commit 707904c
Showing 1 changed file with 1 addition and 1 deletion.
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 { first, take, bufferCount, map } from 'rxjs/operators';
import { first, take, bufferCount } from 'rxjs/operators';
import { loggingSystemMock } from '../../../../../src/core/server/mocks';
import {
WorkloadAggregation,
Expand Down

0 comments on commit 707904c

Please sign in to comment.