Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TaperChipmunk32 committed Oct 24, 2024
1 parent 6a381a0 commit df7dabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/jobs/huggingface/hugging_face_nmt_model_factory.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import tarfile
from pathlib import Path
from typing import Any, List, cast
from typing import Any, cast

import datasets.utils.logging as datasets_logging
import transformers.utils.logging as transformers_logging
Expand Down

0 comments on commit df7dabe

Please sign in to comment.