Skip to content

Commit 2a45f94

Browse files
committed
redundant line
1 parent 7e589f3 commit 2a45f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test_quick_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_cloned_repo_object(self, local_dir):
101101

102102
# [10-test_cloned_repo_object]
103103
repo.index.diff(None) # compares staging area to working directory
104-
repo.index.diff(repo.head.commit) # compares staging area to last commit
104+
105105
# Output: [<git.diff.Diff object at 0x7fb66c076e50>,
106106
# <git.diff.Diff object at 0x7fb66c076ca0>]
107107
# ![10-test_cloned_repo_object]

0 commit comments

Comments
 (0)