Skip to content

Commit de39b02

Browse files
committed
chore(git[cmd]): Clean up typings for sub-commands
1 parent 6ec9990 commit de39b02

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/libvcs/cmd/git.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
class Git:
1414
progress_callback: Optional[ProgressCallbackProtocol] = None
1515

16+
# Sub-commands
17+
submodule: "GitSubmoduleCmd"
18+
remote: "GitRemoteCmd"
19+
stash: "GitStashCmd"
20+
1621
def __init__(
1722
self,
1823
*,
@@ -1714,8 +1719,6 @@ def config(
17141719
check_returncode=check_returncode,
17151720
)
17161721

1717-
submodule: "GitSubmoduleCmd"
1718-
17191722
def version(
17201723
self,
17211724
*,

0 commit comments

Comments
 (0)