Unused argument in update_submission_data
Open
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
**Current**:
`update_submission_data` function is implemented in [here](https://github.com/Cloud-CV/EvalAI/blob/master/scripts/workers/worker_util.py#L88) and [there](https://github.com/Cloud-CV/EvalAI/blob/master/scripts/workers/remote_submission_worker.py#L447), but none of them use `submission_pk` argument in their codes.
**Proposal**:
I think we should remove the unused argument.
P.S: I'd like to work on this if we get a consensus on removing it.
Contributor guide
Assessment
This issue has not been assessed yet.