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=PIPE if with_stdout else open(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
import re
99
import os
1010

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy