From 105f1641e62802c620e27a1ac1de3674e5492f1c Mon Sep 17 00:00:00 2001 From: kwongz Date: Wed, 20 Nov 2024 14:54:35 -0500 Subject: [PATCH] linted --- .../src/lib/unsorted/viz/core/Chart.stories.svelte | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/ui/core-components/src/lib/unsorted/viz/core/Chart.stories.svelte b/packages/ui/core-components/src/lib/unsorted/viz/core/Chart.stories.svelte index 133a8b4985..0eccddfa39 100644 --- a/packages/ui/core-components/src/lib/unsorted/viz/core/Chart.stories.svelte +++ b/packages/ui/core-components/src/lib/unsorted/viz/core/Chart.stories.svelte @@ -4,11 +4,6 @@ title: 'Charts/Chart', component: Chart }; - - const data = Query.create( - 'SELECT plane, fare, SUM(fare) as total_sales, SUM(fare) as total_fare FROM flights WHERE plane IN (SELECT DISTINCT plane FROM flights LIMIT 2) GROUP BY plane, fare LIMIT 25', - query - );