Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit eefe4ba

Browse files
committed
flake8
1 parent 7b2f123 commit eefe4ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

SoftLayer/managers/vs.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,10 @@ def _get_item_id_for_upgrade(self, package_items, option, value,
682682
return item['prices'][0]['id']
683683

684684
def _generate_prices_ids(self, price_ids):
685+
"""Takes a list of price ids and create list of id pairs.
686+
687+
The list of pairs is in this format:
685688
686-
"""Takes a list of price ids and create list of id pair of this format:
687689
{'id':price_id1}
688690
{'id':price_id2}
689691
{'id':price_id3}
@@ -698,8 +700,8 @@ def _generate_prices_ids(self, price_ids):
698700
def _create_virtual_guests_options(self, domain, hostname,
699701
private_network_only=False,
700702
public_vlan=None, private_vlan=None):
701-
702703
"""Creates the Virtual Guest structure require for VS creation.
704+
703705
:param string domain: The domain the VS will belong to
704706
:param string hostname: The hostname of the VS
705707
:param boolean private_network_only:
@@ -791,7 +793,6 @@ def _generate_place_order_options(self, location, hostname, domain,
791793
return order_options
792794

793795
def verify_place_order(self, **kwargs):
794-
795796
"""Verifies an order to create a VS.
796797
797798
:param location: The location to use.

0 commit comments

Comments
 (0)