summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-14 07:29:12 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-14 07:29:12 +0200
commit4510b3c42b85305c95c1f39be2b9872be52c2e5e (patch)
tree35710a3931ee1cded348a911a0e6beff02662e4f
parentd5739cd466f77a60425bd2860895799f7c9359d9 (diff)
downloadgitpython-4510b3c42b85305c95c1f39be2b9872be52c2e5e.tar.gz
fix(flake): misc whitespace fixes
-rw-r--r--git/cmd.py3
m---------git/ext/gitdb0
-rw-r--r--git/remote.py1
3 files changed, 1 insertions, 3 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
-Subproject 2389b75280efb1a63e6ea578eae7f897fd4beb1
+Subproject d1996e04dbf4841b853b60c1365f0f5fd28d170
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,