Skip to content

Commit 2d1e2bc

Browse files
author
Fernando Ojeda
committed
Fix tox analysis.
1 parent f1abe1a commit 2d1e2bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/virt/create_options.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ def database_prices_table(database_list, prices=False):
186186
:param [] database_list: List of Virtual Server database.
187187
:param prices: Include pricing information or not.
188188
"""
189-
database_price_table = formatting.Table(['Key', 'Hourly', 'Monthly', 'Restriction'],
190-
title="Data Base Prices")
189+
database_price_table = formatting.Table(['Key', 'Hourly', 'Monthly', 'Restriction'], title="Data Base Prices")
191190
database_price_table.sortby = 'Key'
192191
database_price_table.align = 'l'
193192

0 commit comments

Comments
 (0)