Add 1 blank line to fix lint issue
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5cb945ac Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5cb945ac Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5cb945ac Branch: refs/heads/trunk Commit: 5cb945ac4577a4c3f625a984391461854231e1e2 Parents: 8d52e9f Author: Samuel Chong <[email protected]> Authored: Thu Jan 5 10:51:23 2017 +1100 Committer: Anthony Shaw <[email protected]> Committed: Tue Feb 21 17:17:27 2017 +0100 ---------------------------------------------------------------------- libcloud/test/compute/test_dimensiondata_v2_4.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5cb945ac/libcloud/test/compute/test_dimensiondata_v2_4.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_dimensiondata_v2_4.py b/libcloud/test/compute/test_dimensiondata_v2_4.py index 12e4b63..8193622 100644 --- a/libcloud/test/compute/test_dimensiondata_v2_4.py +++ b/libcloud/test/compute/test_dimensiondata_v2_4.py @@ -2119,6 +2119,7 @@ class DimensionData_v2_4_Tests(unittest.TestCase, TestCaseMixin): ex_tagname_value_pairs = None) self.assertEqual(node.id, 'e75ead52-692f-4314-8725-c8a4f4d13a87') + class InvalidRequestError(Exception): def __init__(self, tag): super(InvalidRequestError, self).__init__("Invalid Request - %s" % tag)
