From e9f00850500712b6e905dc3d2392cc329f97cae3 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 25 Dec 2017 18:37:34 +0100 Subject: config.commands: fix pylint directive --- ranger/config/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/config/commands.py b/ranger/config/commands.py index efbfd774..df8022cf 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -892,7 +892,7 @@ class eval_(Command): def execute(self): # The import is needed so eval() can access the ranger module - import ranger # NOQA pylint: disable=unused-import + import ranger # NOQA pylint: disable=unused-import,unused-variable if self.arg(1) == '-q': code = self.rest(2) quiet = True -- cgit 1.4.1-2-gfad0