mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Appeased flake8 2.1.0.
This commit is contained in:
parent
df3b1a01c7
commit
428c0bbe1b
13 changed files with 26 additions and 28 deletions
|
|
@ -6,7 +6,7 @@ from django.core.exceptions import FieldError
|
|||
from django.core.management import call_command
|
||||
from django.db import connection
|
||||
from django.test import TestCase
|
||||
from django.test.utils import CaptureQueriesContext, override_settings
|
||||
from django.test.utils import CaptureQueriesContext
|
||||
from django.utils import six
|
||||
|
||||
from .models import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue