Remove unused imports from the codebase.

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

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (b4e625f)
Loading...