Skip to content

Commit 3b5755e

Browse files
committed
fix(git[submodule]): Remove unused test
1 parent 5397079 commit 3b5755e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libvcs/cmd/git.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,10 +2287,6 @@ def update(
22872287
''
22882288
>>> GitSubmoduleCmd(dir=git_local_clone.dir).update(init=True, recursive=True)
22892289
''
2290-
>>> GitSubmoduleCmd(dir=git_local_clone.dir).update(
2291-
... init=True, filter="blob:none"
2292-
... )
2293-
''
22942290
>>> GitSubmoduleCmd(dir=git_local_clone.dir).update(force=True)
22952291
''
22962292
>>> GitSubmoduleCmd(dir=git_local_clone.dir).update(checkout=True)

0 commit comments

Comments
 (0)