You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/11 00:24:00 UTC

[06/11] libcloud git commit: Addressing PR remarks

Addressing PR remarks


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

Branch: refs/heads/trunk
Commit: 0fd856f58ac33196847596d30f6c8b34e3e9e285
Parents: e3dbb37
Author: jasminSPC <ja...@stackpointcloud.com>
Authored: Tue Apr 11 01:04:44 2017 +0200
Committer: jasminSPC <ja...@stackpointcloud.com>
Committed: Tue Apr 11 01:04:44 2017 +0200

----------------------------------------------------------------------
 libcloud/common/base.py       | 1 -
 libcloud/compute/providers.py | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0fd856f5/libcloud/common/base.py
----------------------------------------------------------------------
diff --git a/libcloud/common/base.py b/libcloud/common/base.py
index f48bb15..9c5731e 100644
--- a/libcloud/common/base.py
+++ b/libcloud/common/base.py
@@ -486,7 +486,6 @@ class Connection(object):
 
     def request(self, action, params=None, data=None, headers=None,
                 method='GET', raw=False, stream=False):
-
         """
         Request a given `action`.
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/0fd856f5/libcloud/compute/providers.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/providers.py b/libcloud/compute/providers.py
index df983e9..a1c4868 100644
--- a/libcloud/compute/providers.py
+++ b/libcloud/compute/providers.py
@@ -144,7 +144,7 @@ DRIVERS = {
     Provider.CLOUDSCALE:
     ('libcloud.compute.drivers.cloudscale', 'CloudscaleNodeDriver'),
     Provider.ONEANDONE:
-        ('libcloud.compute.drivers.oneandone', 'OneAndOneNodeDriver'),
+    ('libcloud.compute.drivers.oneandone', 'OneAndOneNodeDriver'),
 }