mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
[Web] Pylint fix for WebUtils
This commit is contained in:
parent
3ed4c8d636
commit
84d2d20e13
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user