Skip to content

Navigation Menu

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

Appearance settings

Commit 29c63ac

Browse filesBrowse files
committed
Format first Git.execute overload stub like the others
This makes it easier to read along with, and compare to, the other overloads.
1 parent 1cd73ba commit 29c63ac
Copy full SHA for 29c63ac

File tree

1 file changed

+6
-1
lines changed
Filter options

1 file changed

+6
-1
lines changed

‎git/cmd.py

Copy file name to clipboardExpand all lines: git/cmd.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,12 @@ def version_info(self) -> Tuple[int, ...]:
922922
return self._version_info
923923

924924
@overload
925-
def execute(self, command: Union[str, Sequence[Any]], *, as_process: Literal[True]) -> "AutoInterrupt":
925+
def execute(
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.