Skip to content

Commit 0ca4c08

Browse files
committed
fight the linter
Signed-off-by: Dana Bauer <dana.bauer@gmail.com>
1 parent eb61bf8 commit 0ca4c08

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/getting-data/quick-start.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ pagination_label: Quickstart
77

88
import TabItem from '@theme/TabItem';
99
import QueryBuilder from '@site/src/components/queryBuilder';
10-
import Peaks from '!!raw-loader!@site/src/queries/duckdb/mountain_peaks.sql';
1110
import PlacesWawa from '!!raw-loader!@site/src/queries/duckdb/places_wawa.sql';
1211

1312

src/queries/duckdb/places_wawa.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LOAD spatial;
2-
LOAD httpfs;
1+
LOAD spatial; --noqa
2+
LOAD httpfs; --noqa
33

44
SET s3_region = 'us-west-2';
55

0 commit comments

Comments
 (0)