fix linting errors

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

Branch: refs/heads/trunk
Commit: 4d57bef965fdebe2d34abdb5cf3a8945f56f0770
Parents: 09380b3
Author: anthony-shaw <anthonys...@apache.org>
Authored: Mon Jun 6 22:36:05 2016 +1000
Committer: anthony-shaw <anthonys...@apache.org>
Committed: Mon Jun 6 22:36:05 2016 +1000

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/4d57bef9/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py 
b/libcloud/compute/drivers/dimensiondata.py
index 8f2abea..55a3467 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -2357,8 +2357,8 @@ class DimensionDataNodeDriver(NodeDriver):
         """
         datacenter_id = self._location_to_location_id(location)
         result = self.connection.raw_request_with_orgId_api_1(
-            'backup/detailedUsageReport?datacenterId=%s&fromDate=%s&toDate=%s' 
%
-            (datacenter_id, start_date, end_date))
+            'backup/detailedUsageReport?datacenterId=%s&fromDate=%s&toDate=%s'
+            % (datacenter_id, start_date, end_date))
         return result.response.body
 
     @staticmethod

Reply via email to