Skip to content

Commit 8aa2e16

Browse files
committed
removed unused import
1 parent 482e09b commit 8aa2e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/plugin_api_integration/test_suites/event_log/public_api_integration.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 { merge, omit, chunk, isEmpty, pick } from 'lodash';
7+
import { merge, omit, chunk, isEmpty } from 'lodash';
88
import uuid from 'uuid';
99
import expect from '@kbn/expect/expect.js';
1010
import moment from 'moment';

0 commit comments

Comments
 (0)