anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Added an break to avoid unnecessary iteration #124

Closed adshin21 closed 3 years ago

adshin21 commented 3 years ago

Just added an break to remove unnecessary loop iteration

codecov-io commented 3 years ago

Codecov Report

Merging #124 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   91.70%   91.73%   +0.03%     
==========================================
  Files          11       11              
  Lines         241      242       +1     
==========================================
+ Hits          221      222       +1     
  Misses         20       20              
Impacted Files Coverage Δ
django_rest_passwordreset/views.py 97.36% <100.00%> (+0.03%) :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 1c5bbc3...cf7bcbb. Read the comment docs.

nezhar commented 3 years ago

thanks :+1: