Use a single library for HTTP requests in jobs/utils
Open
- 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
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