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 ae92a2d4f5
commit 9029123c6f

View File

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