summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/auth.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-11-01 11:30:53 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2016-11-03 10:45:00 +0000
commitf664fcb7a61f898d6e51785242d4068d0f9dc830 (patch)
tree977f986bb25c5e1c544aee5fb6faed1ff9f5cb26 /deluge/ui/web/auth.py
parent5c7a4549f7a084b1e26313cf61903b7cb73a1658 (diff)
downloaddeluge-f664fcb7a61f898d6e51785242d4068d0f9dc830.tar.gz
deluge-f664fcb7a61f898d6e51785242d4068d0f9dc830.tar.bz2
deluge-f664fcb7a61f898d6e51785242d4068d0f9dc830.zip
[Lint] Update pylint rcfile
* Merge in pylint 1.6.4 rcfile changes. * Add future_builtins to redefined-builtins-modules ignore list. (should be pylint default!) - Removed pylint disable comments from files. * Rearrange disable section, comments must be at start of line but can be interspersed to highlight categories. * Conventions enabled: wrong-import-position wrong-import-order
Diffstat (limited to 'deluge/ui/web/auth.py')
-rw-r--r--deluge/ui/web/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/web/auth.py b/deluge/ui/web/auth.py
index ae6b11da5..5ff450bf3 100644
--- a/deluge/ui/web/auth.py
+++ b/deluge/ui/web/auth.py
@@ -37,7 +37,7 @@ class AuthError(Exception):
pass
# Import after as json_api imports the above AuthError and AUTH_LEVEL_DEFAULT
-from deluge.ui.web.json_api import export, JSONComponent # NOQA, isort:skip
+from deluge.ui.web.json_api import export, JSONComponent # NOQA, isort:skip pylint: disable=wrong-import-position
def make_checksum(session_id):