[Web] Pylint fix for WebUtils

This commit is contained in:
bendikro 2016-04-29 21:13:01 +02:00 committed by Calum Lind
parent 3ed4c8d636
commit 84d2d20e13

View File

@ -962,7 +962,7 @@ class WebApi(JSONComponent):
class WebUtils(JSONComponent): class WebUtils(JSONComponent):
""" """
Utility functions for the webui that do not fit in the WebApi.
""" """
def __init__(self): def __init__(self):
super(WebUtils, self).__init__("WebUtils") super(WebUtils, self).__init__("WebUtils")