diff options
author | Tatiana Mazur <tmazur@mirantis.com> | 2014-01-28 15:36:08 +0400 |
---|---|---|
committer | Tatiana Mazur <tmazur@mirantis.com> | 2014-01-28 15:51:04 +0400 |
commit | 193f624e1b195d5bd34f0440c7eb49c732e36673 (patch) | |
tree | d503c2c5f36c371598a10980bb3d5c4144b0f19a /openstack_dashboard/dashboards/admin/projects | |
parent | 7bbeef00ab162d3f8e8a033ce2f58c2fef35d767 (diff) | |
download | horizon-193f624e1b195d5bd34f0440c7eb49c732e36673.tar.gz |
Remove leftovers of "# noqa"
This patch set removes leftovers of "# noqa" from imports
added to import_exceptions.
It also adds "django.test.utils.override_settings" to
import_exceptions, so a few more "# noqa" tags become
unnecessary.
Closes-Bug: #1273647
Change-Id: I39f856ac3ea371a2fcab272bbf358d0243164b6d
Diffstat (limited to 'openstack_dashboard/dashboards/admin/projects')
-rw-r--r-- | openstack_dashboard/dashboards/admin/projects/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/projects/tests.py b/openstack_dashboard/dashboards/admin/projects/tests.py index 75af13071..0c06d0c4c 100644 --- a/openstack_dashboard/dashboards/admin/projects/tests.py +++ b/openstack_dashboard/dashboards/admin/projects/tests.py @@ -21,7 +21,7 @@ import os from django.core.urlresolvers import reverse from django import http -from django.test.utils import override_settings # noqa +from django.test.utils import override_settings from django.utils import timezone from django.utils import unittest |