CZ-NIC / django-fido

Django application for FIDO protocol U2F
GNU General Public License v3.0
28 stars 11 forks source link

Fix isort #80

Closed tpazderka closed 4 years ago

tpazderka commented 4 years ago

Close #79

It might also be a good time to remove unicode_literals?

codecov-commenter commented 4 years ago

Codecov Report

Merging #80 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   97.95%   97.95%           
=======================================
  Files          38       38           
  Lines        1561     1564    +3     
  Branches       76       76           
=======================================
+ Hits         1529     1532    +3     
  Misses         25       25           
  Partials        7        7           
Impacted Files Coverage Δ
django_fido/tests/test_backends.py 100.00% <100.00%> (ø)
django_fido/views.py 98.96% <100.00%> (+0.01%) :arrow_up:

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 449e6a7...e70b995. Read the comment docs.