fix linting
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dfef8e92 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dfef8e92 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dfef8e92 Branch: refs/heads/trunk Commit: dfef8e9293dbf68b244077ca9f03ee45746fcfcf Parents: c086d34 Author: Anthony Shaw <anthony.p.s...@gmail.com> Authored: Mon Nov 9 14:58:33 2015 +1100 Committer: Anthony Shaw <anthony.p.s...@gmail.com> Committed: Mon Nov 9 14:58:33 2015 +1100 ---------------------------------------------------------------------- libcloud/backup/types.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dfef8e92/libcloud/backup/types.py ---------------------------------------------------------------------- diff --git a/libcloud/backup/types.py b/libcloud/backup/types.py index 0c721ca..8f77d4c 100644 --- a/libcloud/backup/types.py +++ b/libcloud/backup/types.py @@ -28,13 +28,13 @@ class BackupTargetType(object): """ Backup Target type. """ - + VIRTUAL = 'Virtual' """ Denotes a virtual host """ - + PHYSICAL = 'Physical' """ Denotes a physical host """ - + FILESYSTEM = 'Filesystem' """ Denotes a file system (e.g. NAS) """