Skip to content

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
importmmap
1515

1616
fromgit.odictimportOrderedDict
17-
1817
fromcontextlibimportcontextmanager
1918
importsignal
2019
fromsubprocessimport (
@@ -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=PIPEifwith_stdoutelseopen(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
importre
99
importos
1010

11-
from .excimportGitCommandError
1211
from .configimport (
1312
SectionConstraint,
1413
cp,

0 commit comments

Comments
(0)