You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/08/27 23:25:41 UTC

[2/7] libcloud git commit: Fixed up whitespace in empty lines inside the unit tests

Fixed up whitespace in empty lines inside the unit tests

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


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

Branch: refs/heads/trunk
Commit: 83bab208288453b2c9cfb7dc9e95fcde71fb9733
Parents: 08a1ec0
Author: Anthony Shaw <an...@gmail.com>
Authored: Tue Aug 25 17:03:26 2015 +1000
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Thu Aug 27 23:03:15 2015 +0200

----------------------------------------------------------------------
 libcloud/test/compute/test_dimensiondata.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/83bab208/libcloud/test/compute/test_dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_dimensiondata.py b/libcloud/test/compute/test_dimensiondata.py
index 7dbf9c3..c37ab44 100644
--- a/libcloud/test/compute/test_dimensiondata.py
+++ b/libcloud/test/compute/test_dimensiondata.py
@@ -20,7 +20,6 @@ from libcloud.common.types import InvalidCredsError
 from libcloud.compute.drivers.dimensiondata import DimensionDataNodeDriver as DimensionData
 from libcloud.compute.drivers.dimensiondata import DimensionDataAPIException
 from libcloud.compute.base import Node, NodeAuthPassword, NodeLocation
-from libcloud.compute.types import NodeState
 
 from libcloud.test import MockHttp
 from libcloud.test.compute import TestCaseMixin
@@ -58,7 +57,6 @@ class DimensionDataTests(unittest.TestCase, TestCaseMixin):
         DimensionDataMockHttp.type = None
         ret = self.driver.list_nodes()
         self.assertEqual(len(ret), 2)
-        first_node = ret[0]
 
     def test_list_sizes_response(self):
         DimensionDataMockHttp.type = None