[2.2.x] Fixed E117 and F405 flake8 warnings.

Backport of 5a5c77d55d from master
This commit is contained in:
Mariusz Felisiak 2019-01-30 13:06:09 +01:00
parent 2789cc633f
commit 6e8b11ab2b
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
from django.core.exceptions import EmptyResultSet from django.core.exceptions import EmptyResultSet
from django.db.models.sql.query import * # NOQA from django.db.models.sql.query import * # NOQA
from django.db.models.sql.query import Query
from django.db.models.sql.subqueries import * # NOQA from django.db.models.sql.subqueries import * # NOQA
from django.db.models.sql.where import AND, OR from django.db.models.sql.where import AND, OR