summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-16 00:42:28 +0800
committerricolin <rico.l@inwinstack.com>2015-12-01 00:31:31 +0800
commit978eeb39949afa64d9bbbee7ae5799d45e9fd3d8 (patch)
treecf04a34dc5fffea6edacba1c362a9f299a1f4849 /heatclient/shell.py
parentec2530b975200c98ca93131725e62705f57badfd (diff)
downloadpython-heatclient-978eeb39949afa64d9bbbee7ae5799d45e9fd3d8.tar.gz
Enable pep8 E126 test
Enable E126 continuation line over-indented for hanging indent. Change-Id: I12ca2d8d610574dfcd528b0e613ec0328f4fb45e
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 1635361..019df3e 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -137,8 +137,7 @@ class HeatShell(object):
'%(arg)s. Defaults to %(value)s.') %
{
'arg': '--os-tenant-id',
- 'value': 'env[OS_PROJECT_ID]'
- }))
+ 'value': 'env[OS_PROJECT_ID]'}))
parser.add_argument('--os_project_id',
help=argparse.SUPPRESS)
@@ -150,8 +149,7 @@ class HeatShell(object):
'%(arg)s. Defaults to %(value)s.') %
{
'arg': '--os-tenant-name',
- 'value': 'env[OS_PROJECT_NAME]'
- }))
+ 'value': 'env[OS_PROJECT_NAME]'}))
parser.add_argument('--os_project_name',
help=argparse.SUPPRESS)