fixed linting errors
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/754ae4ac Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/754ae4ac Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/754ae4ac Branch: refs/heads/trunk Commit: 754ae4ac5a92cc8d32907b2b23bfa13e9f2d9469 Parents: 20bec60 Author: Anthony Shaw <anthony.p.s...@gmail.com> Authored: Mon Nov 9 11:56:16 2015 +1100 Committer: Anthony Shaw <anthony.p.s...@gmail.com> Committed: Mon Nov 9 11:56:16 2015 +1100 ---------------------------------------------------------------------- libcloud/backup/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/754ae4ac/libcloud/backup/base.py ---------------------------------------------------------------------- diff --git a/libcloud/backup/base.py b/libcloud/backup/base.py index 74f49cb..5dc7923 100644 --- a/libcloud/backup/base.py +++ b/libcloud/backup/base.py @@ -289,8 +289,9 @@ class BackupDriver(BaseDriver): type=type, extra=None) - def create_target_from_container(self, container, type=BackupTargetType.OBJECT, - extra=None): + def create_target_from_container(self, container, + type=BackupTargetType.OBJECT, + extra=None): """ Creates a new backup target from an existing storage container