Skip to content

Commit 3a2ed8f

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 5b3661f commit 3a2ed8f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

SoftLayer/CLI/loadbal/protocol_add.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def cli(env, identifier, **args):
5959
table.align['value'] = 'l'
6060
table.add_row(['Id', protocol.get('id')])
6161
table.add_row(['UUI', protocol.get('uuid')])
62-
table.add_row(['description', protocol.get('description')])
6362
table.add_row(['Address', protocol.get('address')])
6463
table.add_row(['Type', SoftLayer.LoadBalancerManager.TYPE.get(protocol.get('type'))])
6564
table.add_row(['Description', protocol.get('description')])

SoftLayer/CLI/loadbal/protocol_delete.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def cli(env, identifier, uuid):
2424
table.align['value'] = 'l'
2525
table.add_row(['Id', protocol.get('id')])
2626
table.add_row(['UUI', protocol.get('uuid')])
27-
table.add_row(['description', protocol.get('description')])
2827
table.add_row(['Address', protocol.get('address')])
2928
table.add_row(['Type', SoftLayer.LoadBalancerManager.TYPE.get(protocol.get('type'))])
3029
table.add_row(['Description', protocol.get('description')])

SoftLayer/CLI/loadbal/protocol_edit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def cli(env, identifier, **args):
6060
table.align['value'] = 'l'
6161
table.add_row(['Id', protocol.get('id')])
6262
table.add_row(['UUI', protocol.get('uuid')])
63-
table.add_row(['description', protocol.get('description')])
6463
table.add_row(['Address', protocol.get('address')])
6564
table.add_row(['Type', SoftLayer.LoadBalancerManager.TYPE.get(protocol.get('type'))])
6665
table.add_row(['Description', protocol.get('description')])

0 commit comments

Comments
 (0)