We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf06aa commit 491734aCopy full SHA for 491734a
SoftLayer/managers/ordering.py
@@ -409,14 +409,7 @@ def get_item_price_id(core, prices):
409
return price_id
410
411
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
- """
+ """Get item capacity."""
420
item_capacity = None
421
for item_keyname in item_keynames:
422
for item in items:
0 commit comments