singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1.01k stars 158 forks source link

isort #384

Closed singingwolfboy closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #384 (ad22180) into main (dd070a0) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head ad22180 differs from pull request most recent head b2f7dfe. Consider uploading reports for the commit b2f7dfe to get more accurate results

@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files          35       35           
  Lines        1066     1066           
=======================================
  Hits          997      997           
  Misses         69       69           
Impacted Files Coverage Δ
flask_dance/consumer/__init__.py 100.00% <100.00%> (ø)
flask_dance/consumer/base.py 90.90% <100.00%> (ø)
flask_dance/consumer/oauth1.py 69.31% <100.00%> (ø)
flask_dance/consumer/oauth2.py 92.38% <100.00%> (ø)
flask_dance/consumer/requests.py 100.00% <100.00%> (ø)
flask_dance/consumer/storage/session.py 85.71% <100.00%> (ø)
flask_dance/consumer/storage/sqla.py 91.81% <100.00%> (ø)
flask_dance/contrib/atlassian.py 100.00% <100.00%> (ø)
flask_dance/contrib/authentiq.py 100.00% <100.00%> (ø)
flask_dance/contrib/azure.py 100.00% <100.00%> (ø)
... and 21 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 dd070a0...b2f7dfe. Read the comment docs.