Remove unused imports and variables from reviews/views.py.
Review Request #9126 — Created Aug. 14, 2017 and submitted — Latest diff uploaded
Some of the recent work on the review request entries resulted in some
unused imports and variables sticking around, making pyflakes sad. This
is a simple change that gets rid of those imports and variables.
Unit tests ran.
Review request page worked.