[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
1 changed files with 1 additions and 1 deletions

View File

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