From 923d8d4fe3b80aa517165ee3014e3ca2cf543c9e Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Fri, 25 Oct 2024 08:58:41 -0700 Subject: [PATCH] Fix lint error (#167) --- src/tile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tile.ts b/src/tile.ts index 036cd2c0e..f97096434 100644 --- a/src/tile.ts +++ b/src/tile.ts @@ -24,7 +24,7 @@ export type Rectangle = { import type { ArrowBuildable, LazyTileManifest, TileManifest } from './types'; import { isCompleteManifest } from './typing'; -import { tileKey_to_tix, zxyToTix } from './tixrixqid'; +import { zxyToTix } from './tixrixqid'; export type RecordBatchCache = | {