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 +-- git/ext/gitdb | 2 +- git/remote.py | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) 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 diff --git a/git/ext/gitdb b/git/ext/gitdb index 2389b752..d1996e04 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit 2389b75280efb1a63e6ea578eae7f897fd4beb1b +Subproject commit d1996e04dbf4841b853b60c1365f0f5fd28d170c diff --git a/git/remote.py b/git/remote.py index 347d2844..e30debb7 100644 --- a/git/remote.py +++ b/git/remote.py @@ -8,7 +8,6 @@ import re import os -from .exc import GitCommandError from .config import ( SectionConstraint, cp, -- cgit v1.2.1