summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/scheduled.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/ec2/autoscale/scheduled.py')
-rw-r--r--boto/ec2/autoscale/scheduled.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boto/ec2/autoscale/scheduled.py b/boto/ec2/autoscale/scheduled.py
index 8e307c20..8d2eda40 100644
--- a/boto/ec2/autoscale/scheduled.py
+++ b/boto/ec2/autoscale/scheduled.py
@@ -75,4 +75,3 @@ class ScheduledUpdateGroupAction(object):
self.end_time = datetime.strptime(value, '%Y-%m-%dT%H:%M:%SZ')
else:
setattr(self, name, value)
-