Remove unused imports from the codebase.

Review Request #11351 — Created Dec. 28, 2020 and submitted — Latest diff uploaded

Information

Django Evolution
release-2.x

Reviewers

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.

Commits

Files

    Loading...