Closed alespour closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.42%. Comparing base (
0047fa9
) to head (05e1bf2
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #602
Proposed Changes
Replaces deprecated
urllib
lib calls:HTTPResponse.getheaders()
with HTTPResponse.headers`HTTPResponse.getheader(name, default)
withHTTPResponse.headers.get(name, default)
Checklist
pytest tests
completes successfully