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

Commit29c63ac

Browse files
committed
Format first Git.execute overload stub like the others
This makes it easier to read along with, and compare to, theother overloads.
1 parent1cd73ba commit29c63ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎git/cmd.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,12 @@ def version_info(self) -> Tuple[int, ...]:
922922
returnself._version_info
923923

924924
@overload
925-
defexecute(self,command:Union[str,Sequence[Any]],*,as_process:Literal[True])->"AutoInterrupt":
925+
defexecute(
926+
self,
927+
command:Union[str,Sequence[Any]],
928+
*,
929+
as_process:Literal[True],
930+
)->"AutoInterrupt":
926931
...
927932

928933
@overload

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp