summaryrefslogtreecommitdiff
path: root/git/test/test_tree.py
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2014-11-16 21:09:47 +0100
committerAntoine Musso <hashar@free.fr>2014-11-16 21:09:47 +0100
commitc8e70749887370a99adeda972cc3503397b5f9a7 (patch)
tree38e1241fd6d756f783b6b56dc6628ac3ca41ed4f /git/test/test_tree.py
parentbed3b0989730cdc3f513884325f1447eb378aaee (diff)
downloadgitpython-c8e70749887370a99adeda972cc3503397b5f9a7.tar.gz
pep8 linting (trailing whitespace)
W291 trailing whitespace
Diffstat (limited to 'git/test/test_tree.py')
-rw-r--r--git/test/test_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_tree.py b/git/test/test_tree.py
index e3743c2d..0f1fb7c3 100644
--- a/git/test/test_tree.py
+++ b/git/test/test_tree.py
@@ -137,7 +137,7 @@ class TestTree(TestBase):
found_slash = True
# END check for slash
- # slashes in paths are supported as well
+ # slashes in paths are supported as well
assert root[item.path] == item == root / item.path
# END for each item
assert found_slash