mirror of
https://github.com/django/django.git
synced 2025-10-03 15:24:43 +00:00
flake8 fixes
This commit is contained in:
parent
f16abe44a1
commit
e5b7045422
5 changed files with 29 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
||||||
# encoding: utf8
|
# encoding: utf8
|
||||||
import operator
|
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.db.migrations.optimizer import MigrationOptimizer
|
from django.db.migrations.optimizer import MigrationOptimizer
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue