Fix all pyflakes warnings in Djblets.

Review Request #11621 — Created May 26, 2021 and submitted — Latest diff uploaded

Information

Djblets
release-2.x

Reviewers

Djblets 2.x had a large number of pyflakes warnings, largely as a result
of removed deprecated code. Most of this was harmless, but a few unit
tests were obscured due to reused function names.

This change cleans up all the warnings found for Djblets 2.x.

Unit tests pass.

Pyflakes showed 0 warnings.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix all pyflakes warnings in Djblets.
Djblets 2.x had a large number of pyflakes warnings, largely as a result of removed deprecated code. Most of this was harmless, but a few unit tests were obscured due to reused function names. This change cleans up all the warnings found for Djblets 2.x.
ffa4b543010adde8e720d1a16ec1c84cbad9d937 Christian Hammond
This diff has been split across 2 pages: 1 2 >
djblets/auth/views.py
djblets/auth/tests/test_ratelimit.py
djblets/avatars/registry.py
djblets/configforms/forms.py
djblets/configforms/pages.py
djblets/configforms/tests/test_config_page_form.py
djblets/db/backends/mysql/base.py
djblets/db/fields/json_field.py
djblets/db/tests/test_query.py
djblets/db/tests/test_relation_counter_field.py
djblets/extensions/extension.py
djblets/extensions/forms.py
djblets/extensions/hooks.py
djblets/extensions/loaders.py
djblets/extensions/views.py
djblets/feedview/views.py
djblets/gravatars/__init__.py
djblets/integrations/integration.py
djblets/integrations/views.py
djblets/log/views.py
This diff has been split across 2 pages: 1 2 >
Loading...