Remove unused imports from the codebase.
Review Request #11351 — Created Dec. 28, 2020 and submitted — Latest diff uploaded
We had some imports sitting around that were no longer needed, as of
Django Evolution 2.0. This is a simple change that removes these
imports.
Pyflakes didn't complain (except for a couple known, expected unused
imports).Unit tests passed.