mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
parent
9f76ea1eaa
commit
36ded01527
116 changed files with 248 additions and 181 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# encoding: utf8
|
||||
import operator
|
||||
from django.test import TestCase
|
||||
from django.db.migrations.optimizer import MigrationOptimizer
|
||||
from django.db import migrations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue