about summary refs log tree commit diff stats
path: root/examples/plugin_avfs.py
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-04-01 23:56:01 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-04-01 23:57:27 +0200
commit8a9ede42a95b703daa35364aca32b672cfb680f7 (patch)
tree940e2fc6a7590ee93027230c8db7a4664c117c51 /examples/plugin_avfs.py
parent00366b27e12023d31dc445660df05000cc47a114 (diff)
downloadranger-8a9ede42a95b703daa35364aca32b672cfb680f7.tar.gz
Fix pylint
Diffstat (limited to 'examples/plugin_avfs.py')
-rw-r--r--examples/plugin_avfs.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/plugin_avfs.py b/examples/plugin_avfs.py
index 6910533c..07968a03 100644
--- a/examples/plugin_avfs.py
+++ b/examples/plugin_avfs.py
@@ -8,11 +8,13 @@
 
 from __future__ import (absolute_import, division, print_function)
 
-from ranger.api.commands import Command
 import os
 import os.path
 
-class avfs(Command):
+from ranger.api.commands import Command
+
+
+class avfs(Command):  # pylint: disable=invalid-name
     avfs_root = os.path.join(os.environ["HOME"], ".avfs")
     avfs_suffix = "#"