From 978eeb39949afa64d9bbbee7ae5799d45e9fd3d8 Mon Sep 17 00:00:00 2001 From: ricolin Date: Mon, 16 Nov 2015 00:42:28 +0800 Subject: Enable pep8 E126 test Enable E126 continuation line over-indented for hanging indent. Change-Id: I12ca2d8d610574dfcd528b0e613ec0328f4fb45e --- heatclient/exc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'heatclient/exc.py') diff --git a/heatclient/exc.py b/heatclient/exc.py index b764942..ea7d575 100644 --- a/heatclient/exc.py +++ b/heatclient/exc.py @@ -80,8 +80,7 @@ class HTTPMultipleChoices(HTTPException): { 'name': self.__class__.__name__, 'code': self.code, - 'details': self.details - }) + 'details': self.details}) class BadRequest(HTTPException): -- cgit v1.2.1