Skip to content

Commit 3aa7c78

Browse files
Remove unsued imports tokenizers.js (#1116)
1 parent d874c90 commit 3aa7c78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tokenizers.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ import {
4747
import { Template } from '@huggingface/jinja';
4848

4949
import {
50-
WHISPER_LANGUAGE_MAPPING,
51-
whisper_language_to_code,
50+
WHISPER_LANGUAGE_MAPPING
5251
} from './models/whisper/common_whisper.js';
53-
import { GITHUB_ISSUE_URL } from './utils/constants.js';
5452

5553
/**
5654
* @typedef {Object} TokenizerProperties Additional tokenizer-specific properties.

0 commit comments

Comments
 (0)