about summary refs log tree commit diff stats
path: root/ranger/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/actions.py')
-rw-r--r--ranger/actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/actions.py b/ranger/actions.py
index b04c717a..a881f7c2 100644
--- a/ranger/actions.py
+++ b/ranger/actions.py
@@ -19,7 +19,6 @@ from inspect import cleandoc
 from ranger.shared import EnvironmentAware, SettingsAware
 from ranger import fsobject
 from ranger.gui.widgets import console_mode as cmode
-
 from ranger.applications import run
 
 class Actions(EnvironmentAware, SettingsAware):