Remove unused line from local_settings.py.example
The 9-th line of horizon/openstack_dashboard/ local/local_settings.py.example imports exceptions module. But this module is unused in code and doesn't described in comment lines. Change-Id: I9568ba7d33b797cd91f9a50bf5162d305c1e078d
This commit is contained in:
parent
9935d46ea6
commit
92a265dd23
@ -6,7 +6,6 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from horizon.utils import secret_key
|
||||
|
||||
from openstack_dashboard import exceptions
|
||||
from openstack_dashboard.settings import HORIZON_CONFIG
|
||||
|
||||
DEBUG = True
|
||||
|
Loading…
Reference in New Issue
Block a user