Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 12, 2023
1 parent 7da35a0 commit b44ac5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions machine/jobs/build_nmt_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
import json
import logging
import os
from typing import Callable, Optional, cast
from typing import cast

from clearml import Task

from ..utils.canceled_error import CanceledError
from .clearml_shared_file_service import ClearMLSharedFileService
from .config import SETTINGS
from .nmt_engine_build_job import NmtEngineBuildJob
Expand Down
3 changes: 1 addition & 2 deletions machine/jobs/nmt_engine_build_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from contextlib import ExitStack
from typing import Any, Optional, Sequence

import pandas as pd
from clearml import Model, Task
from clearml import Task

from ..corpora.corpora_utils import batch
from ..translation.translation_engine import TranslationEngine
Expand Down

0 comments on commit b44ac5a

Please sign in to comment.