PEP 8 Fix
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/504f4c2d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/504f4c2d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/504f4c2d Branch: refs/heads/trunk Commit: 504f4c2d59b5ed884a1cb6217eacf7906591668c Parents: 1b586fb Author: Geunwoo Shin <[email protected]> Authored: Fri Jan 8 12:40:04 2016 +0900 Committer: anthony-shaw <[email protected]> Committed: Tue Feb 9 15:12:48 2016 +1100 ---------------------------------------------------------------------- libcloud/storage/drivers/s3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/504f4c2d/libcloud/storage/drivers/s3.py ---------------------------------------------------------------------- diff --git a/libcloud/storage/drivers/s3.py b/libcloud/storage/drivers/s3.py index 079f357..789a284 100644 --- a/libcloud/storage/drivers/s3.py +++ b/libcloud/storage/drivers/s3.py @@ -35,8 +35,8 @@ from libcloud.utils.xml import fixxpath, findtext from libcloud.utils.files import read_in_chunks from libcloud.common.types import InvalidCredsError, LibcloudError from libcloud.common.base import ConnectionUserAndKey, RawResponse -from libcloud.common.aws import AWSBaseResponse, AWSDriver, AWSTokenConnection, \ - SignedAWSConnection +from libcloud.common.aws import AWSBaseResponse, AWSDriver, \ + AWSTokenConnection, SignedAWSConnection from libcloud.storage.base import Object, Container, StorageDriver from libcloud.storage.types import ContainerError
