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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove unused imports from the codebase.
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.
24d9ef21832533a4261a6b2e08d0b541ff296aa3 Christian Hammond
django_evolution/management/commands/evolve.py
django_evolution/tests/utils.py
django_evolution/tests/db/mysql.py
django_evolution/tests/db/postgresql.py
django_evolution/tests/db/sqlite3.py
Loading...