Skip to content

Commit 923d8d4

Browse files
authored
Fix lint error (#167)
1 parent 3429e3b commit 923d8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type Rectangle = {
2424

2525
import type { ArrowBuildable, LazyTileManifest, TileManifest } from './types';
2626
import { isCompleteManifest } from './typing';
27-
import { tileKey_to_tix, zxyToTix } from './tixrixqid';
27+
import { zxyToTix } from './tixrixqid';
2828

2929
export type RecordBatchCache =
3030
| {

0 commit comments

Comments
 (0)