Lint: remove unused imports

This commit is contained in:
Matt Walker
2020-01-13 11:32:40 +00:00
parent 4e599a370b
commit eeec2b9e7d
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import Map from '../../../../src/ol/Map.js';
import MapBrowserPointerEvent from '../../../../src/ol/MapBrowserPointerEvent.js';
import View from '../../../../src/ol/View.js';
import ExtentInteraction from '../../../../src/ol/interaction/Extent.js';
import Event from '../../../../src/ol/events/Event.js';
describe('ol.interaction.Extent', function() {
let map, interaction;