Cloud-CV / Cloud-CV/EvalAI

Use a single library for HTTP requests in jobs/utils

Open
#2,570 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2k
Forks
984
Avg merge
2h 54m
Merged PRs (30d)
14

Description

#### Current behavior:
In jobs/utils.py, two libraries (urllib and requests) are being used for the same purpose

#### Expected behavior:
Only one library (preferably `requests`) should be used.

Contributor guide

Open the contributing guide

Research direction

Read jobs/utils.py and identify the urllib and requests call sites used for HTTP requests. Consolidate those uses on requests, then verify that jobs/utils.py no longer relies on urllib and that the existing job behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.