summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/plugin_new_sorting_method.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py
index c6e35a68..012bd7a2 100644
--- a/examples/plugin_new_sorting_method.py
+++ b/examples/plugin_new_sorting_method.py
@@ -6,4 +6,3 @@
 from ranger.container.directory import Directory
 from random import random
 Directory.sort_dict['random'] = lambda path: random()
-