8000 fix(flake): misc whitespace fixes · gitpython-developers/GitPython@4510b3c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4510b3c

Browse files
committed
fix(flake): misc whitespace fixes
1 parent d5739cd commit 4510b3c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

git/cmd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import mmap
1515

1616
from git.odict import OrderedDict
17-
1817
from contextlib import contextmanager
1918
import signal
2019
from subprocess import (
@@ -614,7 +613,7 @@ def execute(self, command,
614613
cwd=cwd,
615614
bufsize=-1,
616615
stdin=istream,
617-
stderr=PIPE,
616+
stderr=PIPE,
618617
stdout=PIPE if with_stdout else open(os.devnull, 'wb'),
619618
shell=self.USE_SHELL,
620619
close_fds=(os.name == 'posix'), # unsupported on windows

git/ext/gitdb

git/remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import re
99
import os
1010

11-
from .exc import GitCommandError
1211
from .config import (
1312
SectionConstraint,
1413
cp,

0 commit comments

Comments
 (0)
0