Skip to content

Commit 707904c

Browse files
committed
removed unused imports
1 parent 5f9c6aa commit 707904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/task_manager/server/monitoring/workload_statistics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the Elastic License.
55
*/
66

7-
import { first, take, bufferCount, map } from 'rxjs/operators';
7+
import { first, take, bufferCount } from 'rxjs/operators';
88
import { loggingSystemMock } from '../../../../../src/core/server/mocks';
99
import {
1010
WorkloadAggregation,

0 commit comments

Comments
 (0)