summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index c2a93231..cd48fc40 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -1,6 +1,7 @@
 # This file is part of ranger, the console file manager.
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
-# pylint: disable=too-many-lines
+
+# pylint: disable=too-many-lines,attribute-defined-outside-init
 
 from __future__ import (absolute_import, print_function)