sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
126 stars 101 forks source link

String Formatting and PEP-8 fixes #109

Closed vkmrishad closed 6 years ago

vkmrishad commented 6 years ago

Fixes #109

Checklist

Short description of what this PR does:

If you have questions, please send an email to SendGrid, or file a GitHub Issue in this repository.

SendGridDX commented 6 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 6 years ago

Codecov Report

Merging #109 into master will decrease coverage by 24.22%. The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #109       +/-   ##
===========================================
- Coverage   91.34%   67.12%   -24.23%     
===========================================
  Files           6        6               
  Lines         289      289               
===========================================
- Hits          264      194       -70     
- Misses         25       95       +70
Impacted Files Coverage Δ
tests/test_repofiles.py 100% <ø> (ø) :arrow_up:
tests/test_unit.py 69.59% <100%> (-29.61%) :arrow_down:
python_http_client/client.py 54.36% <50%> (-23.31%) :arrow_down:
python_http_client/exceptions.py 73.68% <0%> (-23.69%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9196b9f...dc0c800. Read the comment docs.