. All Rights Reserved.
See LICENSE.txt (MIT license).
"""
-import cherrypy
import json
+import cherrypy
+
from linspector.core.plugin import Plugin
@@ -29,22 +30,22 @@ class HTTPServerPlugin(Plugin):
@cherrypy.expose
def configuration(self):
return '[monipy-' + \
- self.__environment.get_env_var("__version__") + '@' + \
- self.__environment.get_env_var("_hostname") + '] configuration' + \
- json.dumps(vars(self.__configuration), sort_keys=True, indent=4) + \
- '
'
+ self.__environment.get_env_var("__version__") + '@' + \
+ self.__environment.get_env_var("_hostname") + '] configuration' + \
+ json.dumps(vars(self.__configuration), sort_keys=True, indent=4) + \
+ '