Skip to content

Commit f7fa465

Browse files
committed
removed unused code
1 parent 1022e4f commit f7fa465

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

compute_worker/compute_worker.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,14 +1347,6 @@ async def _run_program_directory(self, kind, program_dir):
13471347
logger.exception("Program directory execution failed")
13481348
raise SubmissionException(str(e))
13491349

1350-
async def _run_scoring_program_directory(self, program_dir):
1351-
logger.error("[-] Run Scoring Program not implemented")
1352-
pass
1353-
1354-
async def _run_submission_directory(self, program_dir):
1355-
logger.error("[-] Run Submission not implemented")
1356-
pass
1357-
13581350
def _put_dir(self, url, directory):
13591351
"""Zip the directory and send it to the given URL using _put_file."""
13601352
logger.info("Putting dir %s in %s" % (directory, url))

0 commit comments

Comments
 (0)