Skip to content

Commit beecb62

Browse files
committed
Fix formatting.
1 parent 8756555 commit beecb62

File tree

1 file changed

+1
-3
lines changed
  • libcloud/compute/drivers

1 file changed

+1
-3
lines changed

libcloud/compute/drivers/ec2.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,9 +1650,7 @@ def create_node(
16501650
params["SecurityGroup.%d" % (sig + 1,)] = security_groups[sig]
16511651

16521652
if ex_security_group_ids and not ex_subnet:
1653-
raise ValueError(
1654-
"You can only supply ex_security_group_ids" " combined with ex_subnet"
1655-
)
1653+
raise ValueError("You can only supply ex_security_group_ids" " combined with ex_subnet")
16561654

16571655
security_group_ids = ex_security_group_ids
16581656
security_group_id_params = {}

0 commit comments

Comments
 (0)