nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
477 stars 68 forks source link

Removed unnecessary "else" statements. #177

Closed thesayfulla closed 11 months ago

thesayfulla commented 11 months ago

Description

I have removed "else" because it's unnecessary and the "return" statement stops our code in the "if" block.

References

Provide any github issue fixed (as in Fix #XYZ)

Checklist

coveralls commented 11 months ago

Coverage Status

coverage: 98.905%. remained the same when pulling ca3e1141dcf985020e53e521fb65c98649df0f14 on thesayfulla:develop into 5ffe2c807567db9356e86adb0ad15db03cdf1f98 on nephila:develop.