summaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2018-07-15 14:33:04 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-07-15 14:34:14 +0200
commit1ca25b9b090511fb61f9e3122a89b1e26d356618 (patch)
tree9cd2b27c857680b3fb39b9d012220ff19a096ad4 /git/test/test_docs.py
parent914bbddfe5c02dc3cb23b4057f63359bc41a09ef (diff)
downloadgitpython-1ca25b9b090511fb61f9e3122a89b1e26d356618.tar.gz
fix whitespace violation
Diffstat (limited to 'git/test/test_docs.py')
-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