From eadbdf69963764f49e3d9e9a2b2e57c713d7e829 Mon Sep 17 00:00:00 2001 From: Ike Saunders Date: Mon, 9 Sep 2024 19:22:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20fix=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../grapher/src/scatterCharts/ScatterPlotChart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.tsx b/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.tsx index 772024a2939..7830ca885ff 100644 --- a/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.tsx +++ b/packages/@ourworldindata/grapher/src/scatterCharts/ScatterPlotChart.tsx @@ -34,7 +34,6 @@ import { exposeInstanceOnWindow, groupBy, sampleFrom, - intersectionOfSets, min, max, PointVector,