From 832ce2533fcbf9173703b95f01141e583351d56e Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 10 Jul 2017 16:39:05 -0400 Subject: pep8 fixes Change-Id: I253b1f23f266a6604e2392d19de25d2d7e7a1ec8 Signed-off-by: Brad Bishop --- module/obmc/wsgi/apps/rest_dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/obmc') diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py index 3f98904..43d1f03 100644 --- a/module/obmc/wsgi/apps/rest_dbus.py +++ b/module/obmc/wsgi/apps/rest_dbus.py @@ -936,7 +936,7 @@ class JsonApiResponsePlugin(object): def apply(self, callback, route): content_type = getattr( route.get_undecorated_callback(), '_content_type', None) - if self.json_type != content_type : + if self.json_type != content_type: return callback def wrap(*a, **kw): -- cgit v1.2.1