Skip to content

Commit 3f08698

Browse files
typecheck
1 parent e9f34cf commit 3f08698

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugins/maps/public/connected_components/mb_map/tile_status_tracker.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
import { TileStatusTracker } from './tile_status_tracker';
1010
import { Map as MbMap } from 'mapbox-gl';
1111
import { ILayer } from '../../classes/layers/layer';
12-
import { SPATIAL_FILTERS_LAYER_ID } from '../../../common/constants';
13-
import { string } from '../../../../security_solution/public/resolver/models/schema';
1412

1513
class MockMbMap {
1614
public listeners: Array<{ type: string; callback: (e: unknown) => void }> = [];

0 commit comments

Comments
 (0)