about summary refs log tree commit diff stats
path: root/ranger/gui/displayable.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 18:22:57 +0700
commitab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 (patch)
tree3315bb7587acb020cee88dbc0382d68671d7383e /ranger/gui/displayable.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-ab41c7766ced3f1b8f6b4ed317f0db4e0d71b897.tar.gz
Add two blank lines where is expected
Diffstat (limited to 'ranger/gui/displayable.py')
-rw-r--r--ranger/gui/displayable.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/gui/displayable.py b/ranger/gui/displayable.py
index c6e21d54..e8b627e8 100644
--- a/ranger/gui/displayable.py
+++ b/ranger/gui/displayable.py
@@ -4,6 +4,7 @@
 from ranger.core.shared import FileManagerAware
 from ranger.gui.curses_shortcuts import CursesShortcuts
 
+
 class Displayable(FileManagerAware, CursesShortcuts):
     """Displayables are objects which are displayed on the screen.
 
@@ -199,6 +200,7 @@ class Displayable(FileManagerAware, CursesShortcuts):
     def __str__(self):
         return self.__class__.__name__
 
+
 class DisplayableContainer(Displayable):
     """DisplayableContainers are Displayables which contain other Displayables.