summaryrefslogtreecommitdiff
path: root/boto/ec2/placementgroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/placementgroup.py')
-rw-r--r--boto/ec2/placementgroup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/boto/ec2/placementgroup.py b/boto/ec2/placementgroup.py
index 65e32844..0c259661 100644
--- a/boto/ec2/placementgroup.py
+++ b/boto/ec2/placementgroup.py
@@ -24,6 +24,7 @@ Represents an EC2 Placement Group
from boto.ec2.ec2object import EC2Object
from boto.exception import BotoClientError
+
class PlacementGroup(EC2Object):
def __init__(self, connection=None, name=None, strategy=None, state=None):
@@ -50,5 +51,3 @@ class PlacementGroup(EC2Object):
self.name,
dry_run=dry_run
)
-
-