Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 18, 2022
1 parent 25b04ac commit 3276146
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import { promisify } from 'util';
import React from 'react';
import { EuiButtonEmpty } from '@elastic/eui';
import { act } from 'react-dom/test-utils';
import { registerTestBed } from '@kbn/test-jest-helpers';

const pImmediate = promisify(global.setImmediate);

import { createMockFilesClient } from '../../mocks';
import { FilesContext } from '../context';
import { FilePicker, Props } from './file_picker';
Expand Down

0 comments on commit 3276146

Please sign in to comment.