diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/plugin_new_sorting_method.py | 1 |
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() - |