mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Web] Pylint fix for WebUtils
This commit is contained in:
parent
3ed4c8d636
commit
84d2d20e13
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue