Skip to content

Commit c7e54c5

Browse files
committed
Fix tox
1 parent 56b0f32 commit c7e54c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def gb(gigabytes): # pylint: disable=C0103
112112

113113

114114
def convert_sizes(value, unit='GB', round_result=False):
115-
""" Converts a data storage value to an appropriate unit.
115+
"""Converts a data storage value to an appropriate unit.
116116
117117
:param str value: The value to convert.
118118
:param str unit: The unit of the value ('B', 'KB', 'MB', 'GB', 'TB').

0 commit comments

Comments
 (0)