summaryrefslogtreecommitdiffstats
path: root/module/obmc/wsgi/apps
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-10 16:39:05 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-10 16:39:05 -0400
commit832ce2533fcbf9173703b95f01141e583351d56e (patch)
tree8cba39eeb694082c2d070245d7f6bcba6ba129d6 /module/obmc/wsgi/apps
parent0dc67226dd38d5e603c9abc9f443809010ae85ee (diff)
downloadphosphor-rest-server-832ce2533fcbf9173703b95f01141e583351d56e.tar.gz
phosphor-rest-server-832ce2533fcbf9173703b95f01141e583351d56e.zip
pep8 fixes
Change-Id: I253b1f23f266a6604e2392d19de25d2d7e7a1ec8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'module/obmc/wsgi/apps')
-rw-r--r--module/obmc/wsgi/apps/rest_dbus.py2
1 files changed, 1 insertions, 1 deletions
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):
OpenPOWER on IntegriCloud