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

Appearance settings

Commit 1279e83

Browse filesBrowse files
committed
cmd(git): Remove incorrect docstring
1 parent 0811c34 commit 1279e83
Copy full SHA for 1279e83

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/libvcs/cmd/git.py

Copy file name to clipboardExpand all lines: src/libvcs/cmd/git.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def __init__(
7878

7979
self.progress_callback = progress_callback
8080

81-
# Initial git-submodule
8281
self.submodule = GitSubmoduleCmd(path=self.path, cmd=self)
8382
self.remote = GitRemoteCmd(path=self.path, cmd=self)
8483
self.stash = GitStashCmd(path=self.path, cmd=self)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.