Skip to content

Commit eda8648

Browse files
committed
Clean up Singularity support lint
1 parent da184c5 commit eda8648

7 files changed

Lines changed: 159 additions & 168 deletions

File tree

codeclash/arenas/arena.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
from codeclash.agents.player import Player
1414
from codeclash.constants import DIR_LOGS, DIR_WORK, GH_ORG, RESULT_TIE
1515
from codeclash.utils.aws import is_running_in_aws_batch, pull_game_container_aws_ecr
16-
from codeclash.utils.environment import ContainerEnvironment, assert_zero_exit_code, copy_between_containers, copy_from_container
16+
from codeclash.utils.environment import (
17+
ContainerEnvironment,
18+
assert_zero_exit_code,
19+
copy_between_containers,
20+
copy_from_container,
21+
)
1722
from codeclash.utils.log import get_logger
1823

1924

0 commit comments

Comments
 (0)