**

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/681879ba
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/681879ba
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/681879ba

Branch: refs/heads/trunk
Commit: 681879baa17597d421dad00cf208dfb4bbfac1c0
Parents: dfef8e9
Author: Anthony Shaw <anthony.p.s...@gmail.com>
Authored: Mon Nov 9 15:02:26 2015 +1100
Committer: Anthony Shaw <anthony.p.s...@gmail.com>
Committed: Mon Nov 9 15:02:26 2015 +1100

----------------------------------------------------------------------
 libcloud/backup/base.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/681879ba/libcloud/backup/base.py
----------------------------------------------------------------------
diff --git a/libcloud/backup/base.py b/libcloud/backup/base.py
index 26ea2d8..b36dd6a 100644
--- a/libcloud/backup/base.py
+++ b/libcloud/backup/base.py
@@ -415,7 +415,6 @@ class BackupDriver(BaseDriver):
         jobs = self.list_target_jobs(target)
         return list(filter(lambda x: x.id == id, jobs))[0]
 
-
     def list_target_jobs(self, target):
         """
         List the backup jobs on a target

Reply via email to