Skip to content
Prev Previous commit
Next Next commit
fix flake8 found problems
  • Loading branch information
barry-scott committed Jun 13, 2016
commit a7f403b1e82d4ada20d0e747032c7382e2a6bf63
2 changes: 1 addition & 1 deletion git/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def execute(self, command,
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
Expand Down
1 change: 0 additions & 1 deletion git/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import re
import os

from .exc import GitCommandError
from .config import (
SectionConstraint,
cp,
Expand Down