Fix all pyflakes warnings in Djblets.
Review Request #11621 — Created May 26, 2021 and submitted — Latest diff uploaded
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
Files
djblets/mail/tests.py |
---|
djblets/markdown/__init__.py |
---|
djblets/markdown/extensions/wysiwyg.py |
---|
djblets/siteconfig/tests.py |
---|
djblets/siteconfig/views.py |
---|
djblets/urls/patterns.py |
---|
djblets/urls/tests.py |
---|
djblets/util/decorators.py |
---|
djblets/webapi/oauth2_scopes.py |
---|
djblets/webapi/auth/backends/__init__.py |
---|
djblets/webapi/resources/base.py |
---|
djblets/webapi/testing/testcases.py |
---|
djblets/webapi/tests/test_signals.py |
---|
djblets/webapi/tests/test_webapiresource.py |
---|