Skip to content

Commit 6cce16c

Browse files
author
caberos
committed
fix tox tool
1 parent dc660d8 commit 6cce16c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/email/detail.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.command()
1414
@environment.pass_env
1515
def cli(env):
16-
""""""
16+
"""Display the Email Delivery account informatino """
1717
manager = AccountManager(env.client)
1818
email_manager = EmailManager(env.client)
1919
result = manager.get_Network_Message_Delivery_Accounts()
@@ -25,7 +25,6 @@ def cli(env):
2525
table_information.align['username'] = 'l'
2626

2727
for email in result:
28-
# print(email['id'])
2928
table_information.add_row([email.get('id'), email.get('username'), email.get('emailAddress'),
3029
utils.lookup(email, 'type', 'description'),
3130
utils.lookup(email, 'vendor', 'keyName')])

0 commit comments

Comments
 (0)