clean unused imports
Change-Id: I9db0bbe3d24fb04e647fcfca1a3a746df006f85c
This commit is contained in:
parent
b7730aba0d
commit
296d48074d
@ -11,7 +11,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
from optparse import make_option # noqa
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from django.core.management.base import CommandError # noqa
|
from django.core.management.base import CommandError # noqa
|
||||||
|
@ -18,7 +18,6 @@ import uuid
|
|||||||
from django.core.urlresolvers import reverse
|
from django.core.urlresolvers import reverse
|
||||||
from django import http
|
from django import http
|
||||||
|
|
||||||
from mox3.mox import IgnoreArg # noqa
|
|
||||||
from mox3.mox import IsA # noqa
|
from mox3.mox import IsA # noqa
|
||||||
|
|
||||||
from openstack_dashboard import api
|
from openstack_dashboard import api
|
||||||
|
@ -16,7 +16,6 @@ from django.core.urlresolvers import reverse
|
|||||||
from django import http
|
from django import http
|
||||||
import django.test
|
import django.test
|
||||||
|
|
||||||
from mox3.mox import IgnoreArg # noqa
|
|
||||||
from mox3.mox import IsA # noqa
|
from mox3.mox import IsA # noqa
|
||||||
from oslo_serialization import jsonutils
|
from oslo_serialization import jsonutils
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from django.core.urlresolvers import reverse
|
from django.core.urlresolvers import reverse
|
||||||
from django.template.defaultfilters import title # noqa
|
|
||||||
from django.utils import html
|
from django.utils import html
|
||||||
from django.utils import http
|
from django.utils import http
|
||||||
from django.utils import safestring
|
from django.utils import safestring
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from datetime import datetime # noqa
|
from datetime import datetime # noqa
|
||||||
from datetime import timedelta # noqa
|
|
||||||
import string
|
import string
|
||||||
|
|
||||||
import babel
|
import babel
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
from django.core import urlresolvers
|
from django.core import urlresolvers
|
||||||
from django.template.defaultfilters import floatformat # noqa
|
from django.template.defaultfilters import floatformat # noqa
|
||||||
from django.template.defaultfilters import timesince # noqa
|
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
|
|
||||||
from horizon import tables
|
from horizon import tables
|
||||||
|
Loading…
Reference in New Issue
Block a user