summaryrefslogtreecommitdiff
path: root/boto/ec2/spotpricehistory.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/spotpricehistory.py')
-rw-r--r--boto/ec2/spotpricehistory.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/boto/ec2/spotpricehistory.py b/boto/ec2/spotpricehistory.py
index 7bd0ce89..ac125de6 100644
--- a/boto/ec2/spotpricehistory.py
+++ b/boto/ec2/spotpricehistory.py
@@ -25,6 +25,7 @@ Represents an EC2 Spot Instance Request
from boto.ec2.ec2object import EC2Object
+
class SpotPriceHistory(EC2Object):
def __init__(self, connection=None):
@@ -51,5 +52,3 @@ class SpotPriceHistory(EC2Object):
self.availability_zone = value
else:
setattr(self, name, value)
-
-