Sort imports alphabetically
This patch also re-organizes imports to import one per line. Change-Id: Ia958e3a30a48d4308d08d51df243c1272425c316 Fixes: bug 1188529 Fixes: bug 1188537
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django import http
|
||||
from django.conf import settings
|
||||
from django import http
|
||||
from django.test.utils import override_settings
|
||||
|
||||
from mox import IsA
|
||||
|
||||
Reference in New Issue
Block a user