Skip to content

Commit

Permalink
Fix lint error (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rguo123 authored Oct 25, 2024
1 parent 3429e3b commit 923d8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
| {
Expand Down

0 comments on commit 923d8d4

Please sign in to comment.