Skip to content

Commit

Permalink
Update containers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Aug 18, 2024
1 parent 41dda44 commit 377ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otter/grade/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import shutil
import tempfile
import zipfile
from ..test_files import GradingResults

from concurrent.futures import ThreadPoolExecutor, wait
from python_on_whales import docker
Expand All @@ -17,6 +16,7 @@
from .utils import OTTER_DOCKER_IMAGE_NAME, merge_scores_to_df, TimeoutException

from ..run.run_autograder.autograder_config import AutograderConfig
from ..test_files import GradingResults
from ..utils import loggers, OTTER_CONFIG_FILENAME


Expand Down

0 comments on commit 377ce3c

Please sign in to comment.