Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unnecessary "else" statements. #183

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Removed unnecessary "else" statements. #183

merged 2 commits into from
Oct 10, 2023

Conversation

thesayfulla
Copy link
Contributor

Description

I have removed unnecessary "else" statements.

References

Fix #182

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@coveralls
Copy link

coveralls commented Oct 10, 2023

Coverage Status

coverage: 98.905%. remained the same when pulling 80c82f0 on thesayfulla:feature/issue-182-remove-useless-else-statements into 2148f75 on nephila:develop.

@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (2148f75) 97.81% compared to head (80c82f0) 97.81%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #183   +/-   ##
========================================
  Coverage    97.81%   97.81%           
========================================
  Files            8        8           
  Lines          548      548           
  Branches        99       99           
========================================
  Hits           536      536           
  Misses           6        6           
  Partials         6        6           
Flag Coverage Δ
unittests 97.62% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
meta/models.py 94.89% <100.00%> (ø)
meta/views.py 98.23% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@protoroto protoroto merged commit 0027cfe into nephila:develop Oct 10, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove useless "else" statements.
4 participants