Skip to content

Commit a7f403b

Browse files
committed
fix flake8 found problems
1 parent e0eafc4 commit a7f403b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎git/cmd.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def execute(self, command,
614614
cwd=cwd,
615615
bufsize=-1,
616616
stdin=istream,
617-
stderr=PIPE,
617+
stderr=PIPE,
618618
stdout=PIPEifwith_stdoutelseopen(os.devnull, 'wb'),
619619
shell=self.USE_SHELL,
620620
close_fds=(os.name=='posix'), # unsupported on windows

‎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)