Skip to content

Commit 0cb795d

Browse files
committed
format
1 parent 4b9eece commit 0cb795d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tableProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DataFrame, DataFrameEvents, ResolvedValue, UnsortableDataFrame, createEventTarget, sortableDataFrame } from 'hightable'
22
import type { ColumnData } from 'hyparquet'
3-
import { FileMetaData, parquetSchema, ParquetReadOptions } from 'hyparquet'
3+
import { FileMetaData, ParquetReadOptions, parquetSchema } from 'hyparquet'
44
import { parquetReadWorker } from './workers/parquetWorkerClient.js'
55
import type { AsyncBufferFrom } from './workers/types.d.ts'
66

0 commit comments

Comments
 (0)