fix circular import (#111)

should have been part of #108.
This commit is contained in:
Sylvain Lesage 2025-08-18 12:42:57 -04:00 committed by GitHub
parent 60e15eb4d2
commit dc3e31796a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,5 @@
import { parquetReadObjects } from './index.js'
import { parquetMetadataAsync, parquetSchema } from './metadata.js'
import { parquetReadColumn } from './read.js'
import { parquetReadColumn, parquetReadObjects } from './read.js'
import { equals } from './utils.js'
/**