Skip to content

Commit a35286a

Browse files
committed
fix imports
1 parent c4c1190 commit a35286a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/sources/huggingFaceSource.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { listFiles } from '@huggingface/hub'
2-
import type { DirSource, FileMetadata, FileSource, SourcePart } from 'hyperparam'
3-
import { getFileName } from 'hyperparam'
2+
import type { DirSource, FileMetadata, FileSource, SourcePart } from './types.js'
3+
import { getFileName } from './utils.js'
44

55
export const baseUrl = 'https://huggingface.co/datasets'
66

0 commit comments

Comments
 (0)