🐛[bugfix] Model : Cranslate2の不要なコードを削除

This commit is contained in:
misyaguziya
2024-01-10 15:37:56 +09:00
parent 2aaae11e97
commit 5f1eb70516
2 changed files with 1 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import tempfile
from zipfile import ZipFile
from os import path as os_path
from os import makedirs as os_makedirs
from requests import get as requests_get, head as requests_head
from requests import get as requests_get
from tqdm import tqdm
from typing import Callable
import hashlib