about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-08-27 20:18:32 +0200
committertoonn <toonn@toonn.io>2021-08-27 20:18:32 +0200
commit0fb602aadace2d15717ac50c6a92f7275123267a (patch)
tree780315030df698dce200d2bac755d4cf87c2cd21 /ranger
parentb327adc7382f5253d2387d55b96b6296ff3961e6 (diff)
downloadranger-0fb602aadace2d15717ac50c6a92f7275123267a.tar.gz
popen_forked: PEP8 fix
Diffstat (limited to 'ranger')
-rw-r--r--ranger/ext/popen_forked.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/popen_forked.py b/ranger/ext/popen_forked.py
index 9596abdc..238e9a64 100644
--- a/ranger/ext/popen_forked.py
+++ b/ranger/ext/popen_forked.py
@@ -8,6 +8,7 @@ from subprocess import Popen
 
 from ranger.ext.open23 import open23
 
+
 def Popen_forked(*args, **kwargs):  # pylint: disable=invalid-name
     """Forks process and runs Popen with the given args and kwargs.