about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 6bf8db75..afa9a77a 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -1324,7 +1324,6 @@ class Actions(  # pylint: disable=too-many-instance-attributes,too-many-public-m
             self.thistab = oldtab
             self.ui.titlebar.request_redraw()
             self.signal_emit('tab.layoutchange')
-        return None
 
     def tab_switch(self, path, create_directory=False):
         """Switches to tab of given path, opening a new tab as necessary.