Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita7f403b

Browse files
committed
fix flake8 found problems
1 parente0eafc4 commita7f403b

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)

[8]ページ先頭

©2009-2025 Movatter.jp