Skip to content

Commit 491734a

Browse files
author
Fernando Ojeda
committed
Refactor docstring summary for get item capacity method.
1 parent 1cf06aa commit 491734a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

SoftLayer/managers/ordering.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,7 @@ def get_item_price_id(core, prices):
409409
return price_id
410410

411411
def get_item_capacity(self, items, item_keynames):
412-
"""Get item capacity.
413-
This function is used to get the item capacity data
414-
415-
:param items: items data.
416-
:param item_keynames list.
417-
:returns: An item id.
418-
419-
"""
412+
"""Get item capacity."""
420413
item_capacity = None
421414
for item_keyname in item_keynames:
422415
for item in items:

0 commit comments

Comments
 (0)