summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git/test/test_docs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_docs.py b/git/test/test_docs.py
index b0737ea9..770f78e2 100644
--- a/git/test/test_docs.py
+++ b/git/test/test_docs.py
@@ -26,7 +26,6 @@ class Tutorials(TestBase):
# [1-test_init_repo_object]
from git import Repo
-
# rorepo is a Repo instance pointing to the git-python repository.
# For all you know, the first argument to Repo is a path to the repository
# you want to work with