Fixed E117 and F405 flake8 warnings.
This commit is contained in:
parent
738faf9da2
commit
5a5c77d55d
|
@ -1,5 +1,6 @@
|
|||
from django.core.exceptions import EmptyResultSet
|
||||
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.where import AND, OR
|
||||
|
||||
|
|
Loading…
Reference in New Issue