summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/request.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/autoscale/request.py')
-rw-r--r--boto/ec2/autoscale/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/autoscale/request.py b/boto/ec2/autoscale/request.py
index c066dff5..b17b534f 100644
--- a/boto/ec2/autoscale/request.py
+++ b/boto/ec2/autoscale/request.py
@@ -19,6 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
+
class Request(object):
def __init__(self, connection=None):
self.connection = connection
@@ -35,4 +36,3 @@ class Request(object):
self.request_id = value
else:
setattr(self, name, value)
-