Fix all the current pyflakes warnings in the codebase.
Review Request #4511 — Created Aug. 29, 2013 and submitted
Fix all the current pyflakes warnings in the codebase.
This fixes all the warnings pyflakes have found so far. Nothing harmful.
It primarily consists of unused imports. However, it did prevent two
unit tests from running, due to duplicate function names.
Unit tests pass.
-
This is a review from Review Bot.
Tool: Pyflakes
Processed Files:
reviewboard/diffviewer/admin.py
reviewboard/reviews/views.py
reviewboard/hostingsvcs/forms.py
reviewboard/diffviewer/views.py
reviewboard/init.py
reviewboard/reviews/templatetags/reviewtags.py
reviewboard/reviews/forms.py
reviewboard/webapi/tests.py
reviewboard/admin/signals.py
reviewboard/attachments/forms.py
reviewboard/reviews/datagrids.py
reviewboard/diffviewer/forms.py
reviewboard/settings.py
reviewboard/reviews/ui/base.py
reviewboard/hostingsvcs/tests.py
reviewboard/accounts/evolutions/timezone_length_30.py
Ignored Files:
contrib/internal/pyflakes.exclude