Stranger6667 / postmarker

Python client library for Postmark API
https://postmarker.readthedocs.io/en/stable/
MIT License
134 stars 29 forks source link

Apply black #175

Closed Stranger6667 closed 6 years ago

Stranger6667 commented 6 years ago

Closes #173

codecov[bot] commented 6 years ago

Codecov Report

Merging #175 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #175   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          22     22           
  Lines         882    882           
  Branches       75     75           
=====================================
  Hits          882    882
Impacted Files Coverage Δ
postmarker/_compat.py 100% <ø> (ø) :arrow_up:
postmarker/tornado.py 100% <100%> (ø) :arrow_up:
postmarker/__init__.py 100% <100%> (ø) :arrow_up:
postmarker/django/backend.py 100% <100%> (ø) :arrow_up:
postmarker/models/messages.py 100% <100%> (ø) :arrow_up:
postmarker/utils.py 100% <100%> (ø) :arrow_up:
postmarker/models/domains.py 100% <100%> (ø) :arrow_up:
postmarker/models/senders.py 100% <100%> (ø) :arrow_up:
postmarker/models/status.py 100% <100%> (ø) :arrow_up:
postmarker/models/triggers.py 100% <100%> (ø) :arrow_up:
... and 11 more

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 1057f69...82558ea. Read the comment docs.