From 4510b3c42b85305c95c1f39be2b9872be52c2e5e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 14 Jun 2016 07:29:12 +0200 Subject: fix(flake): misc whitespace fixes --- git/cmd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'git/cmd.py') diff --git a/git/cmd.py b/git/cmd.py index 9a141297..82434673 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -14,7 +14,6 @@ import errno import mmap from git.odict import OrderedDict - from contextlib import contextmanager import signal from subprocess import ( @@ -614,7 +613,7 @@ class Git(LazyMixin): cwd=cwd, bufsize=-1, stdin=istream, - stderr=PIPE, + stderr=PIPE, stdout=PIPE if with_stdout else open(os.devnull, 'wb'), shell=self.USE_SHELL, close_fds=(os.name == 'posix'), # unsupported on windows -- cgit v1.2.1