Skip to content

Commit e9752a8

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent e8c6d9c commit e9752a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SoftLayer/CLI/formatting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def _format_dict(result):
402402
for key, value in result.items():
403403

404404
table_list = Table(['value'])
405-
print(str(value))
406405
if str(value) == "[[], [], []]":
407406
for item in value:
408407
if str(item) == '[]':

0 commit comments

Comments
 (0)