Minor fixes: pep8 and redundant code

pep8: removed trailing whitespace
redundant code: removed duplicate line

Change-Id: Ib7e2c077234713662cb5d6d55ed1cf2508abf298
This commit is contained in:
Praveen Yalagandula 2015-04-20 22:39:41 +00:00
parent 7c78ebf87e
commit 9c6b76d5e8
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from designatedashboard import exceptions
PANEL = 'domains'
from designatedashboard import exceptions
# The name of the panel to be added to HORIZON_CONFIG. Required.
PANEL = 'domains'