summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 = "#"