[Web] Pylint fix for WebUtils
This commit is contained in:
parent
3ed4c8d636
commit
84d2d20e13
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue