From 84d2d20e13d5d9cd2bc279aec75b65852e9bf963 Mon Sep 17 00:00:00 2001 From: bendikro Date: Fri, 29 Apr 2016 21:13:01 +0200 Subject: [PATCH] [Web] Pylint fix for WebUtils --- deluge/ui/web/json_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/json_api.py b/deluge/ui/web/json_api.py index 7ee3e43a4..c9c5ced5d 100644 --- a/deluge/ui/web/json_api.py +++ b/deluge/ui/web/json_api.py @@ -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")