style: delete continuation line
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fa9c3917 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fa9c3917 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fa9c3917 Branch: refs/heads/trunk Commit: fa9c39179fdf7c33fd8d8a7bb6af0d403b7e0351 Parents: c655afd Author: yangkang <[email protected]> Authored: Tue Sep 25 12:29:16 2018 +0800 Committer: yangkang <[email protected]> Committed: Tue Sep 25 12:29:16 2018 +0800 ---------------------------------------------------------------------- libcloud/storage/providers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fa9c3917/libcloud/storage/providers.py ---------------------------------------------------------------------- diff --git a/libcloud/storage/providers.py b/libcloud/storage/providers.py index a169e9a..91cdd78 100644 --- a/libcloud/storage/providers.py +++ b/libcloud/storage/providers.py @@ -85,7 +85,7 @@ DRIVERS = { ('libcloud.storage.drivers.oss', 'OSSStorageDriver'), Provider.DIGITALOCEAN_SPACES: ('libcloud.storage.drivers.digitalocean_spaces', - 'DigitalOceanSpacesStorageDriver'), + 'DigitalOceanSpacesStorageDriver'), }
